interface AdvertisingCallback
abstract fun onAdvertisingStarted(): Unit
Successfully started advertising on Nearby |
|
abstract fun onError(e: Exception): Unit
The procedure has been interrupted by an error |
|
abstract fun onSuccess(): Unit
Successfully connected to WiFi |