ConnectionCallback

interface ConnectionCallback

A Callback for when the service is connected or disconnected. Use those callbacks to handle UI changes when the service is connected or disconnected.

Functions

Link copied to clipboard
abstract fun onCustomTabsConnected()

Called when the service is connected.

Link copied to clipboard
abstract fun onCustomTabsDisconnected()

Called when the service is disconnected.

Inheritors

Link copied to clipboard
Link copied to clipboard