Type Definitions

The following type definitions are available globally.

  • An enum describing the current state of the app.

    See more

    Declaration

    Objective-C

    typedef enum SBSDKApplicationState SBSDKApplicationState
  • The status of the license.

    See more

    Declaration

    Objective-C

    typedef enum dooLicenseStatus dooLicenseStatus
  • An enum describing the resolution of a video or camera stream.

    See more

    Declaration

    Objective-C

    typedef enum SBSDKVideoFrameResolution SBSDKVideoFrameResolution
  • Typealias for license failure handling block. *

    Declaration

    Objective-C

    typedef void (^SBSDKLicenseFailureHandler)(dooLicenseStatus, dooFeature,
                                               NSString *_Nullable)

    Swift

    typealias SBSDKLicenseFailureHandler = (dooLicenseStatus, dooFeature, UnsafeMutablePointer<Int32>?) -> Void