onExtra

protected abstract suspend fun onExtra(extras: Bundle)

Calls in onBind or onStartCommand with the Intent.getExtras passed in the Intent.

It is called when the service is bind.

Parameters

extras

the bundle passed in the Intent.getExtras pass to bindService