| java.lang.Object | |
| ↳ | com.urbanairship.contacts.OpenChannelRegistrationOptions |
Open channel registration options.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | IDENTIFIERS_KEY | ||||||||||
| String | PLATFORM_NAME_KEY | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static OpenChannelRegistrationOptions |
options(String platformName)
Creates default options.
| ||||||||||
| static OpenChannelRegistrationOptions |
options(String platformName, Map<String, String> identifiers)
Creates default options.
| ||||||||||
| JsonValue |
toJsonValue()
Returns the objects represented as a JsonValue.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.urbanairship.json.JsonSerializable
| |||||||||||
Creates default options.
| platformName | The platform name |
|---|
Creates default options.
| platformName | The platform name |
|---|---|
| identifiers | Optional identifiers. |
Returns the objects represented as a JsonValue.