Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

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

    Swift

    enum BranchLinkType : Int