com.TwentyCodes.android.SkyHook
Class SkyHookRegistration
java.lang.Object
com.TwentyCodes.android.SkyHook.SkyHookRegistration
public class SkyHookRegistration
- extends Object
this class will be used to register new users with skyhook
- Author:
- ricky barrette
SkyHookRegistration
public SkyHookRegistration(Context context)
registerNewUser
public void registerNewUser(RegistrationCallback listener)
- attempts to register the user by their cell #
TODO hash cell number for privacy
- Parameters:
listener - for call back methods
getUserName
public static String getUserName(Context context)
- returns the users username
- Parameters:
context -
- Returns: