PLVLiveVideoChannelMenu

Objective-C

@interface PLVLiveVideoChannelMenu

Swift

class PLVLiveVideoChannelMenu

tab子菜单信息

  • 菜单Id

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *menuId;

    Swift

    var menuId: String! { get }
  • 菜单类型

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *menuType;

    Swift

    var menuType: String! { get }
  • 菜单名称

    Declaration

    Objective-C

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

    Swift

    var name: String! { get }
  • 菜单内容,html文本,有可能为NSNull

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSString *content;

    Swift

    var content: String! { get }
  • 菜单显示顺序

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly) NSNumber *ordered;

    Swift

    @NSCopying var ordered: NSNumber! { get }
  • 菜单是否展示

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL displayEnabled;

    Swift

    var displayEnabled: Bool { get }