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