public class

CallEvent

extends Event
java.lang.Object
   ↳ com.nexmo.sdk.conversation.client.Event
     ↳ com.nexmo.sdk.conversation.client.CallEvent

Class Overview

Incoming events from a call.

Summary

[Expand]
Inherited Constants
From interface android.os.Parcelable
Fields
public static final Creator<CallEvent> CREATOR
[Expand]
Inherited Fields
From class com.nexmo.sdk.conversation.client.Event
Protected Constructors
CallEvent()
CallEvent(Call.MEMBER_CALL_STATE state, Member member)
CallEvent(Parcel in)
Public Methods
Call.MEMBER_CALL_STATE getState()
Get the member state.
EventType getType()
String toString()
void writeToParcel(Parcel dest, int flags)
[Expand]
Inherited Methods
From class com.nexmo.sdk.conversation.client.Event
From class java.lang.Object
From interface android.os.Parcelable

Fields

public static final Creator<CallEvent> CREATOR

Protected Constructors

protected CallEvent ()

protected CallEvent (Call.MEMBER_CALL_STATE state, Member member)

protected CallEvent (Parcel in)

Public Methods

public Call.MEMBER_CALL_STATE getState ()

Get the member state.

Returns
  • The state.

public EventType getType ()

public String toString ()

public void writeToParcel (Parcel dest, int flags)