TKMediumType

enum TKMediumType {}

Enum identifying a basic type of TKMedium.

  • Unknown type – fallback value.

    Declaration

    Objective-C

    TKMediumTypeUnknown = 0

    Swift

    case unknown = 0
  • Image type.

    Declaration

    Objective-C

    TKMediumTypeImage = 1

    Swift

    case image = 1
  • Video type.

    Declaration

    Objective-C

    TKMediumTypeVideo = 2

    Swift

    case video = 2
  • 360° image type.

    Declaration

    Objective-C

    TKMediumTypeImage360 = 3

    Swift

    case image360 = 3
  • 360° video type.

    Declaration

    Objective-C

    TKMediumTypeVideo360 = 4

    Swift

    case video360 = 4