public interface IUnbluEventApi
You can UnbluEventReceiver
or manually create a BroadcastReceiver
. In this class you find the constants to register for all events and get the values out of the intents
Modifier and Type | Interface and Description |
---|---|
static class |
IUnbluEventApi.ApiIsInitialized
Fired when the unblu api is (de)initialized.
|
static class |
IUnbluEventApi.CallActiveChanged
Fired when there starts or stops a call.
|
static class |
IUnbluEventApi.Error
Fired when an internal error occurs.
|
static class |
IUnbluEventApi.MobileCoBrowsingChanged
Fired when mobile co-browsing switch from inactive to active or vice-versa.
This is only triggered when the used collaboration server is of version 5.x newer than 5.17 or newer than 6.3 |
static class |
IUnbluEventApi.Notification
Fired if any notification is send
|
static class |
IUnbluEventApi.PersonChanged
Fired when the current person changes.
This is only triggered when the used collaboration server is of version 5.x newer than 5.17 or newer than 6.3 |
static class |
IUnbluEventApi.UiPreloaded
Fired when the ui is preloaded
|
static class |
IUnbluEventApi.UiReady
Fired when the ui is completely finished and useable
|
static class |
IUnbluEventApi.UnreadMessagesCountChanged
Fired when the number of unread messages changes.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UNBLU_ACTION_PREFIX
Prefix of all Unblu events
|
static final java.lang.String UNBLU_ACTION_PREFIX