STSTag

@interface STSTag : LHDataObject

Tag model for StraaS player SDK

  • The tag id, which is uniquo.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSNumber *_Nonnull tagId;

    Swift

    var tagId: UnsafeMutablePointer<Int32>! { get }
  • The tag name.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull name;

    Swift

    var name: UnsafeMutablePointer<Int32>! { get }
  • The tag description.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull tagDescription;

    Swift

    var tagDescription: UnsafeMutablePointer<Int32>! { get }
  • The number of objects which are tagged with this tag.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSNumber *_Nonnull taggingsCount;

    Swift

    var taggingsCount: UnsafeMutablePointer<Int32>! { get }