public class PushConfigurationParam extends Object
byte[]
certorToken: certificate or token for Apple Push Notification HashMap<String, String>
configuration: There is different configuration requires for each PushType
. HashMap
object must contain following key and value for following PushType
. PushType.IOSCERTIFICATE
certificatePassword: APNS Password
PushType.IOSTOKEN
teamId: APNS Team ID
keyId: APNS key ID
bundleId: iOS App Bundle ID
Constructor and Description |
---|
PushConfigurationParam() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCertorToken()
Returns Certificate or Token for Apple Push Notification
|
HashMap<String,String> |
getConfiguration()
Returns Push Notification configuration.
|
void |
setCertorToken(byte[] certorToken)
Sets certificate or token for Apple Push Notification
|
void |
setConfiguration(HashMap<String,String> configuration)
HashMap object containing all configuration key/value pairs. |
public HashMap<String,String> getConfiguration()
HashMap
object.public void setConfiguration(HashMap<String,String> configuration)
HashMap
object containing all configuration key/value pairs. configuration
- HashMap
object.public byte[] getCertorToken()
byte[]
object.public void setCertorToken(byte[] certorToken)
certorToken
- byte[]
object.Copyright © 2022 KOBIL Systems GmbH. All rights reserved.