GCMChannelRequest
public struct GCMChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.
Declaration
Swift
public let apiKey: String
-
Specifies whether to enable the GCM channel for the application.
Declaration
Swift
public let enabled: Bool?
-
Undocumented
Declaration
Swift
public init(apiKey: String, enabled: Bool? = nil)