java.lang.Object | |
↳ | com.c2call.sdk.pub.common.SCIncomingCallData |
This data class provides some information about an incoming call.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<SCIncomingCallData> | CREATOR | ||||||||||
public String | callerId | The user ID of the caller. | |||||||||
public boolean | isVideoCall | True, if this is a video call | |||||||||
public String | sipCallId | The CallID from the SIP stack to identify the call |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SCIncomingCallData() | |||||||||||
SCIncomingCallData(Parcel in) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | describeContents() | ||||||||||
String | toString() | ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
The user ID of the caller.
True, if this is a video call
The CallID from the SIP stack to identify the call