| Modifier and Type | Method and Description |
|---|---|
static MobilePlatform |
MobilePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MobilePlatform[] |
MobilePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PushServerClient.createDevice(Long appId,
String token,
MobilePlatform platform)
Register anonymous device to the push server.
|
boolean |
PushServerClient.createDevice(Long appId,
String token,
MobilePlatform platform,
String activationId)
Register device associated with activation ID to the push server.
|
Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.