Package | Description |
---|---|
com.neurosys.aws.sns.push.domain |
Modifier and Type | Method and Description |
---|---|
static Platform |
Platform.fromName(String platformName)
Returns a platform enum corresponding to the given platform name.
|
Platform |
PlatformDetails.getPlatformType()
Platform to be used for sending Push Notification.
Supported push notification services
|
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 |
PlatformDetails.setPlatformType(Platform platformType)
Platform to be used for sending Push Notification.
Supported push notification services
|
Copyright © 2018. All rights reserved.