IAppContextEventHandler

interface IAppContextEventHandler

This is the IPC callback interface for the partner app to implement.

Functions

onContextRequestReceived
Link copied to clipboard
abstract fun onContextRequestReceived(contextRequestInfo: ContextRequestInfo)
Called when a valid app context request is received.
onInvalidContextRequestReceived
Link copied to clipboard
abstract fun onInvalidContextRequestReceived(throwable: Throwable)
Called when there's a validation error on a broadcast request received.
onSyncServiceDisconnected
Link copied to clipboard
abstract fun onSyncServiceDisconnected()
Called when LTW and PL are disconnected.