Added in API level 28
    OnConnectedListener
interface OnConnectedListener
| android.se.omapi.SEService.OnConnectedListener | 
Interface to send call-backs to the application when the service is connected.
Summary
| Public methods | |
|---|---|
| abstract Unit | Called by the framework when the service is connected. | 
Public methods
onConnected
Added in API level 28
      abstract fun onConnected(): Unit
Called by the framework when the service is connected.
