| Package | Description |
|---|---|
| de.taimos.dvalin.notification.push |
| Modifier and Type | Method and Description |
|---|---|
Platform |
TestPushService.TestDevice.getPlatform() |
abstract Platform |
PushMessage.getType() |
Platform |
GCMNotificationMessage.getType() |
Platform |
GCMDataMessage.getType() |
Platform |
APNSMessage.getType() |
static Platform |
Platform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Platform[] |
Platform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestPushService.addDevice(Platform platform,
String id,
String deviceToken,
String userData) |
String |
TestPushService.registerDevice(Platform platform,
String deviceToken,
String userData) |
String |
PushService.registerDevice(Platform platform,
String deviceToken,
String userData)
register a device with the notification service.
|
| Constructor and Description |
|---|
APNSMessage(Platform type,
String message) |
TestDevice(Platform platform,
String id,
String token,
String userData) |
Copyright © 2016 Taimos GmbH. All rights reserved.