AdvertisingSetCallback.OnAdvertisingSetStopped(AdvertisingSet) Method

Definition

Callback triggered in response to BluetoothLeAdvertiser#stopAdvertisingSet indicating advertising set is stopped.

[Android.Runtime.Register("onAdvertisingSetStopped", "(Landroid/bluetooth/le/AdvertisingSet;)V", "GetOnAdvertisingSetStopped_Landroid_bluetooth_le_AdvertisingSet_Handler", ApiSince=26)]
public virtual void OnAdvertisingSetStopped (Android.Bluetooth.LE.AdvertisingSet? advertisingSet);
[<Android.Runtime.Register("onAdvertisingSetStopped", "(Landroid/bluetooth/le/AdvertisingSet;)V", "GetOnAdvertisingSetStopped_Landroid_bluetooth_le_AdvertisingSet_Handler", ApiSince=26)>]
abstract member OnAdvertisingSetStopped : Android.Bluetooth.LE.AdvertisingSet -> unit
override this.OnAdvertisingSetStopped : Android.Bluetooth.LE.AdvertisingSet -> unit

Parameters

advertisingSet
AdvertisingSet

The advertising set.

Attributes

Remarks

Java documentation for android.bluetooth.le.AdvertisingSetCallback.onAdvertisingSetStopped(android.bluetooth.le.AdvertisingSet).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to