KTKActionContentType Constants Reference

Declared in KTKActionContent.h

KTKActionContentType

Action content type.

Definition

typedef NS_ENUM(NSInteger, KTKActionContentType ) {
   KTKActionContentTypeInvalid = -1,
   KTKActionContentTypeImage = 1,
   KTKActionContentTypeVideo = 2,
   KTKActionContentTypeAudio = 3,
   KTKActionContentTypeText = 4,
};

Constants

KTKActionContentTypeInvalid

Content type is invalid.

Declared In KTKActionContent.h.

KTKActionContentTypeImage

Image content type.

Declared In KTKActionContent.h.

KTKActionContentTypeVideo

Video content type.

Declared In KTKActionContent.h.

KTKActionContentTypeAudio

Audio content type.

Declared In KTKActionContent.h.

KTKActionContentTypeText

Text file content type.

Declared In KTKActionContent.h.

Declared In

KTKActionContent.h