CaptivePortal.ReportCaptivePortalDismissed 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.
Indicate to the system that the captive portal has been dismissed.
[Android.Runtime.Register("reportCaptivePortalDismissed", "()V", "GetReportCaptivePortalDismissedHandler", ApiSince=23)]
public virtual void ReportCaptivePortalDismissed ();
[<Android.Runtime.Register("reportCaptivePortalDismissed", "()V", "GetReportCaptivePortalDismissedHandler", ApiSince=23)>]
abstract member ReportCaptivePortalDismissed : unit -> unit
override this.ReportCaptivePortalDismissed : unit -> unit
- Attributes
Remarks
Indicate to the system that the captive portal has been dismissed. In response the framework will re-evaluate the network's connectivity and might take further action thereafter.
Java documentation for android.net.CaptivePortal.reportCaptivePortalDismissed()
.
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.