Structure
PushAddress
public struct PushAddress: Codable
Contains info for push notifications
Relationships
Conforms To
Codable
Initializers
init(deviceType:deviceToken:bundleID:)
public init(
deviceType: String,
deviceToken: String,
bundleID: String?
)
Creates the new instance
Parameters
| Name | Type | Description |
|---|---|---|
| deviceToken | String |
The device token |
| bundleID | String? |
The app's bundle identifier |