Type Definitions

The following type definitions are available globally.

  • Represents the back-end environment the SDK should connect to.

    Declaration

    Objective-C

    typedef NSString *BDKEnvironment

    Swift

    struct Environment : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable
  • Represents the Region in the world where users’ data are stored

    Declaration

    Objective-C

    typedef NSString *BDKRegion

    Swift

    struct Region : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable