BranchLinkType

NS_ENUM(NSInteger, BranchLinkType) {
    BranchLinkTypeUnlimitedUse = 0,
    BranchLinkTypeOneTimeUse = 1
}

Undocumented