This is the API reference for the CallCenter SDK. CallCenter (see
www.justremotephone.com)
is the client application of Remote Phone Call which allows to control
a remote Android phone from a Windows desktop. This API enables application developers to dial numbers, to send SMS messages, to end calls, to accept calls and
to control the CallCenter main window activation behavior.
Classes
| Class | Description | |
|---|---|---|
| Application |
The application object for CallCenter.
| |
| Phone |
The phone object which can be used to control the remote phone.
The instance of this object is accessible through the Phone-property.
|
Delegates
| Delegate | Description | |
|---|---|---|
| ActiveContactLabelChangedDelegate |
Delegate for the ActiveContactLabelChanged-event.
| |
| ActiveNumberChangedDelegate |
Delegate for the ActiveNumberChanged-event.
| |
| ApplicationStateChangedDelegate |
Delegate for the ApplicationStateChanged-event.
| |
| NumbersForCreateSMSPendingChangedDelegate |
Delegate for the NumbersForCreateSMSPendingChanged-event.
| |
| NumberToCallPendingChangedDelegate |
Delegate for the NumberToCallPendingChanged-event.
| |
| PhoneActionStateChangedDelegate |
Delegate for the PhoneActionStateChanged-event.
| |
| PhoneStateChangedDelegate |
Delegate for the PhoneStateChanged-event.
| |
| SMSReceivedDelegate |
Delegate for the SMSReceived-event.
| |
| SMSSendResultDelegate |
Delegate for the SMSSendResult-event.
| |
| WindowActivationModesChangedDelegate |
Delegate for events fired for changes of the window activation modes. (see RequestWindowActivationModesChanged and ActiveWindowActivationModesChanged)
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| ApplicationState |
The possible states of the Application object.
| |
| PhoneActionState |
The state of the currently pending phone command.
| |
| PhoneState |
Possible states for the Phone object.
| |
| SMSSentResult |
SMS send result codes.
| |
| WindowActivationModes |
Possible CallCenter window activation modes. This is a bit mask enumeration!
|