Enumerations
The following enumerations are available globally.
-
Branch specific error codes.
See moreDeclaration
Objective-C
enum BNCErrorCode {}
Swift
enum BNCErrorCode : Int
-
Undocumented
See moreDeclaration
Objective-C
NS_ENUM(NSInteger, BranchLinkType) { BranchLinkTypeUnlimitedUse = 0, BranchLinkTypeOneTimeUse = 1 }
Swift
enum BranchLinkType : Int