AdmitAllParticipantsResult Class
- java.
lang. Object - com.
azure. android. communication. calling. AdmitAllParticipantsResult
- com.
public class AdmitAllParticipantsResult
Result for Lobby admitAll operation
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
int |
getFailureCount()
Gets the number of participants that are failed during admitAll operation |
int |
getSuccessCount()
Gets the number of successfully admitted participants |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getFailureCount
public int getFailureCount()
Gets the number of participants that are failed during admitAll operation
getSuccessCount
public int getSuccessCount()
Gets the number of successfully admitted participants