Constants
The following constants are available globally.
-
The Info.plist key used to retrieve the app bundle identifier. Value may be a string or array of strings.
Declaration
Objective-C
static NSString *const _Nonnull kHBTSApplicationBundleIdentifierKey = @"HBTSApplicationBundleIdentifier"
Swift
let kHBTSApplicationBundleIdentifierKey: String
-
The Info.plist key used to determine whether the specified app must be kept alive in the background to receive events to be displayed as a TypeStatus notification.
Declaration
Objective-C
static NSString *const _Nonnull kHBTSKeepApplicationAliveKey = @"HBTSKeepApplicationAlive"
Swift
let kHBTSKeepApplicationAliveKey: String