Http Pusher
data class HttpPusher( val pushkey: String, val appId: String, val profileTag: String, val lang: String, val appDisplayName: String, val deviceDisplayName: String, val url: String, val enabled: Boolean, val deviceId: String, val append: Boolean, val withEventIdOnly: Boolean)
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
This is a unique identifier for this pusher. The value you should use for this is the routing or destination address information for the notification, for example, the APNS token for APNS or the Registration ID for GCM. If your notification client has no such concept, use any unique identifier. Max length, 512 chars.