Package | Description |
---|---|
com.ciscowebex.androidsdk.phone |
Modifier and Type | Method and Description |
---|---|
Call.WaitReason |
CallObserver.MembershipWaitingEvent.getWaitReason() |
static Call.WaitReason |
Call.WaitReason.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Call.WaitReason[] |
Call.WaitReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default void |
CallObserver.onWaiting(Call call,
Call.WaitReason reason)
Callback when the call is waiting.
|
Constructor and Description |
---|
MembershipWaitingEvent(Call call,
CallMembership membership,
Call.WaitReason waitReason) |