Bundle
extension Bundle
-
API key from the bundle.
Declaration
Swift
public var streamAPIKey: String? { get } -
App id from the bundle.
Declaration
Swift
public var streamAppId: String? { get } -
Token from the bundle.
Declaration
Swift
public var streamToken: String? { get }
View on GitHub
Bundle Extension Reference