Partager via


WifiManager.ISuggestionUserApprovalStatusListener.OnUserApprovalStatusChange Method

Definition

Called when the user approval status of the App has changed.

[Android.Runtime.Register("onUserApprovalStatusChange", "(I)V", "GetOnUserApprovalStatusChange_IHandler:Android.Net.Wifi.WifiManager/ISuggestionUserApprovalStatusListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)]
public void OnUserApprovalStatusChange (int status);
[<Android.Runtime.Register("onUserApprovalStatusChange", "(I)V", "GetOnUserApprovalStatusChange_IHandler:Android.Net.Wifi.WifiManager/ISuggestionUserApprovalStatusListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=31)>]
abstract member OnUserApprovalStatusChange : int -> unit

Parameters

status
Int32

The current status code for the user approval. One of the STATUS_SUGGESTION_APPROVAL_ values.

Attributes

Remarks

Called when the user approval status of the App has changed.

Java documentation for android.net.wifi.WifiManager.SuggestionUserApprovalStatusListener.onUserApprovalStatusChange(int).

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