PCSDKModule Documentation

Structure Push​Address

public struct PushAddress: Codable  

Contains info for push notifications

PushAddress PushAddress Codable Codable PushAddress->Codable

Conforms To

Codable

Initializers

init(device​Token:​bundle​ID:​)

public init(
        deviceToken: String,
        bundleID: String?
    )  

Creates the new instance

Parameters

device​Token String

The device token

bundle​ID String?

The app's bundle identifier