MbmsErrors.GroupCallErrors
public
static
class
MbmsErrors.GroupCallErrors
extends Object
java.lang.Object | |
↳ | android.telephony.mbms.MbmsErrors.GroupCallErrors |
Indicates the errors that are applicable only to the group call use-case.
Summary
Constants | |
---|---|
int |
ERROR_DUPLICATE_START_GROUP_CALL
Indicates that the app called
|
int |
ERROR_UNABLE_TO_START_SERVICE
Indicates that the middleware was unable to start the group call. |
Inherited methods | |
---|---|
Constants
ERROR_DUPLICATE_START_GROUP_CALL
public static final int ERROR_DUPLICATE_START_GROUP_CALL
Indicates that the app called
MbmsGroupCallSession.startGroupCall(long, List, List, Executor, GroupCallCallback)
more than once for the
same tmgi
.
Constant Value: 502 (0x000001f6)
ERROR_UNABLE_TO_START_SERVICE
public static final int ERROR_UNABLE_TO_START_SERVICE
Indicates that the middleware was unable to start the group call.
Constant Value: 501 (0x000001f5)