PLVHiClassGroupState
Objective-C
enum PLVHiClassGroupState : NSInteger {}
Swift
enum PLVHiClassGroupState : Int, @unchecked Sendable
互动学堂学员分组状态
-
Undocumented
Declaration
Objective-C
PLVHiClassGroupStateNotInGroup = 0
Swift
case notInGroup = 0
-
Undocumented
Declaration
Objective-C
PLVHiClassGroupStateJoiningGroup = 1
Swift
case joiningGroup = 1
-
Undocumented
Declaration
Objective-C
PLVHiClassGroupStateInGroup = 2
Swift
case inGroup = 2