BranchLinkType
NS_ENUM(NSInteger, BranchLinkType) {
BranchLinkTypeUnlimitedUse = 0,
BranchLinkTypeOneTimeUse = 1
}
Undocumented
-
Undocumented
Declaration
Objective-C
BranchLinkTypeUnlimitedUse = 0Swift
case unlimitedUse = 0 -
Undocumented
Declaration
Objective-C
BranchLinkTypeOneTimeUse = 1Swift
case oneTimeUse = 1
View on GitHub
BranchLinkType Enumeration Reference