ApplicationPlatform
The platform of the device on which an application runs.
enum ApplicationPlatform {
ANDROID
IOS
WEB
}
Values
ApplicationPlatform.ANDROID
The application runs on the Android platform.
ApplicationPlatform.IOS
The application runs on the iOS platform.
ApplicationPlatform.WEB
The application runs on the web platform.
Member of
PushRegistrationInput
input