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