Configure the Android platform settings using this REST API. For more information on configuring the Android platform settings via WSO2 EMM console, see Android Platform Configurations.
Define the path to the JSON file, which includes the required properties to update the platform configurations the as the <JSON_PAYLOAD> value. For more information, see the Sample JSON Definition.
By default, <EMM_HOST> is localhost. However, if you are using a public IP, the respective IP address or domain needs to be specified.
By default, <EMM_HTTPS_PORT> has been set to 9443. However, if the port offset has been incremented by n, the default port value needs to be incremented by n.
When passing the configuration details to the EMM registry the content type must be defined.
String
value
Provide a value for the respective configuration property.
notifierType: If you wish to configure the Android platform to communicate via local polling, assign 1 as the value.
Info
The device will contact the EMM server periodically. For more information on the notifier type and the notifier frequency, see Android Notification Methods.
notifierFrequency: Provide the notification frequency in milliseconds.
androidEula:Provide the content for the license agreement you wish the user to that a user must accept when enrolling an Android device with WSO2 EMM.
When passing the configuration details to the EMM registry the content type must be defined.
String
value
Provide a value for the respective configuration property.
notifierType: If you wish to configure the Android platform to communicate via GCM, assign 2 as the value.
Info
GCM will send a notification to the device when there are pending operations available for a specific device. If GCM has been selected as the notifier type, register with Google Cloud Messaging (GCM).
notifierFrequency: Provide the notification frequency in milliseconds.
androidEula: Provide the content for the license agreement that a user must accept when enrolling an Android device with WSO2 EMM.