ACSAdmitAllParticipantsResult 클래스
선언
@interface ACSAdmitAllParticipantsResult : NSObject;
Description
로비 허용모든 작업에 대한 결과
메서드
속성
successCount
성공적으로 인정된 참가자 수
@property (readonly) int successCount;
failureCount
admitAll 작업 중에 실패한 참가자 수
@property (readonly) int failureCount;