Package com.auth0.json.mgmt.client
Class Mobile
java.lang.Object
com.auth0.json.mgmt.client.Mobile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the android mobile configuration.getIOS()Getter for the iOS mobile configuration.voidsetAndroid(Android android) Setter for the Android mobile configuration.voidSetter for the iOS mobile configuration.
-
Constructor Details
-
Mobile
-
-
Method Details
-
getAndroid
Getter for the android mobile configuration.- Returns:
- the android mobile configuration.
-
setAndroid
Setter for the Android mobile configuration.- Parameters:
android- the Android mobile configuration to set.
-
getIOS
Getter for the iOS mobile configuration.- Returns:
- the iOS mobile configuration.
-
setIOS
Setter for the iOS mobile configuration.- Parameters:
ios- the iOS mobile configuration to set.
-