public abstract class UnbluCoBrowsingEventReceiver
extends android.content.BroadcastReceiver
The functions for the needed events can be overridden.
| Modifier | Constructor and Description |
|---|---|
|
UnbluCoBrowsingEventReceiver(android.content.Context context) |
protected |
UnbluCoBrowsingEventReceiver(android.content.Context context,
android.content.IntentFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onMobileCoBrowsingChanged(boolean active)
|
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
protected void |
onUnknownEventReceive(android.content.Intent intent)
Triggered if an unknown co-browsing event is received.
|
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtraspublic UnbluCoBrowsingEventReceiver(@NonNull
android.content.Context context)
context - of the applicationprotected UnbluCoBrowsingEventReceiver(@NonNull
android.content.Context context,
@NonNull
android.content.IntentFilter filter)
context - of the applicationfilter - already defined filter for additional eventspublic void onReceive(android.content.Context context,
android.content.Intent intent)
onReceive in class android.content.BroadcastReceiverprotected void onMobileCoBrowsingChanged(boolean active)
active - IUnbluCoBrowsingEventApi.MobileCoBrowsingChanged.VALUE_ACTIVEprotected void onUnknownEventReceive(@NonNull
android.content.Intent intent)
intent - Intent with an unknown action key