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