WifiManager.FlushPasspointAnqpCache Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Flush Passpoint ANQP cache, and clear pending ANQP requests.
[Android.Runtime.Register("flushPasspointAnqpCache", "()V", "GetFlushPasspointAnqpCacheHandler", ApiSince=31)]
public virtual void FlushPasspointAnqpCache ();
[<Android.Runtime.Register("flushPasspointAnqpCache", "()V", "GetFlushPasspointAnqpCacheHandler", ApiSince=31)>]
abstract member FlushPasspointAnqpCache : unit -> unit
override this.FlushPasspointAnqpCache : unit -> unit
- Attributes
Remarks
Flush Passpoint ANQP cache, and clear pending ANQP requests. Allows the caller to reset the Passpoint ANQP state, if required.
Notes: 1. Flushing the ANQP cache may cause delays in discovering and connecting to Passpoint networks. 2. Intended to be used by Device Owner (DO), Profile Owner (PO), Settings and provisioning apps.
Java documentation for android.net.wifi.WifiManager.flushPasspointAnqpCache()
.
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.