Package org.forgerock.android.auth
Class FRDevice
- java.lang.Object
-
- org.forgerock.android.auth.FRDevice
-
public class FRDevice extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FRDevicegetInstance()voidgetProfile(FRListener<org.json.JSONObject> listener)Retrieve the Device Profile.
-
-
-
Method Detail
-
getInstance
public static FRDevice getInstance()
-
getProfile
public void getProfile(FRListener<org.json.JSONObject> listener)
Retrieve the Device Profile.- Parameters:
listener- Listener to listen for the device profile result.
-
-