Enumerations

The following enumerations are available globally.

  • @discussion Represents various actions the user takes when interacting with Smooch UI components.

    See more

    Declaration

    Objective-C

    enum SKTAction : NSInteger {}

    Swift

    enum SKTAction : Int
  • @discussion Upload status of an SKTMessage.

    See

    SKTMessage
    See more

    Declaration

    Objective-C

    enum SKTMessageUploadStatus : NSInteger {}

    Swift

    enum SKTMessageUploadStatus : Int