PLVViewLogCustomParam

Objective-C

@interface PLVViewLogCustomParam : NSObject

Swift

class PLVViewLogCustomParam : NSObject

ViewLog 统计后台用户自定义参数

直播自定义参数

  • 统计后台自定义参数1(观众/学员Id)

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull liveParam1;

    Swift

    var liveParam1: String { get set }
  • 统计后台自定义参数2(观众/学员昵称)

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull liveParam2;

    Swift

    var liveParam2: String { get set }
  • 统计后台自定义参数4

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull liveParam4;

    Swift

    var liveParam4: String { get set }
  • 统计后台自定义参数5

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull liveParam5;

    Swift

    var liveParam5: String { get set }

点播/回放自定义参数

  • 统计后台sid(观众/学员Id)

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodSid;

    Swift

    var vodSid: String { get set }
  • 统计后台观众/学员头像的url地址

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodViewerAvatar;

    Swift

    var vodViewerAvatar: String { get set }
  • 统计后台自定义参数1

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodParam1;

    Swift

    var vodParam1: String { get set }
  • 统计后台自定义参数2(观众/学员昵称)

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodParam2;

    Swift

    var vodParam2: String { get set }
  • 统计后台自定义参数3

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodParam3;

    Swift

    var vodParam3: String { get set }
  • 统计后台自定义参数4

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodParam4;

    Swift

    var vodParam4: String { get set }
  • 统计后台自定义参数5

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodParam5;

    Swift

    var vodParam5: String { get set }
  • 统计后台自定义业务索引1

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodKey1;

    Swift

    var vodKey1: String { get set }
  • 统计后台自定义业务索引2

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodKey2;

    Swift

    var vodKey2: String { get set }
  • 统计后台自定义业务索引3

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull vodKey3;

    Swift

    var vodKey3: String { get set }