Context.WifiAwareService Field

Definition

Use with #getSystemService(String) to retrieve a android.net.wifi.aware.WifiAwareManager for handling management of Wi-Fi Aware.

[Android.Runtime.Register("WIFI_AWARE_SERVICE", ApiSince=26)]
public const string WifiAwareService;
[<Android.Runtime.Register("WIFI_AWARE_SERVICE", ApiSince=26)>]
val mutable WifiAwareService : string

Field Value

Attributes

Remarks

Use with #getSystemService(String) to retrieve a android.net.wifi.aware.WifiAwareManager for handling management of Wi-Fi Aware.

Java documentation for android.content.Context.WIFI_AWARE_SERVICE.

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