Added in API level 31

WifiManager.SuggestionUserApprovalStatusListener


public static interface WifiManager.SuggestionUserApprovalStatusListener

android.net.wifi.WifiManager.SuggestionUserApprovalStatusListener


Interface for network suggestion user approval status change listener. Should be implemented by applications and registered using WifiManager.addSuggestionUserApprovalStatusListener(java.util.concurrent.Executor, android.net.wifi.WifiManager.SuggestionUserApprovalStatusListener) (

Summary

Public methods

abstract void onUserApprovalStatusChange(int status)

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

Public methods

onUserApprovalStatusChange

Added in API level 31
public abstract void onUserApprovalStatusChange (int status)

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