Class YMKSubtitlePart

Subtitle part describes the specific attribute of the organization.

Class Methods

Properties

tag

Subtitle tag (optional)

text

Text to display.

type

Type of the subtitle part.

tag

Subtitle tag (optional)

text

Text to display.

type

Type of the subtitle part.

Method Detail

+subtitlePartWithType:text:tag:

+ (nonnull YMKSubtitlePart *)subtitlePartWithType:(YMKSubtitlePartType)type
                                             text:(nonnull NSString *)text
                                              tag:(nullable NSNumber *)tag 

Property Detail

tag

(assign, readonly) NSNumber * tag

Subtitle tag (optional)

Optional property, can be null.

text

(assign, readonly) NSString * text

Text to display.

type

(assign, readonly) YMKSubtitlePartType type

Type of the subtitle part.