Notifications
public struct Notifications : Codable
-
Declaration
Swift
public let awsRegion: String -
Declaration
Swift
public let amazonPinpointAppId: String -
Declaration
Swift
public let channels: [AmazonPinpointChannelType] -
Declaration
Swift
public init(awsRegion: String, amazonPinpointAppId: String, channels: [AmazonPinpointChannelType])
View on GitHub