共用方式為


CaptivePortal.ReportCaptivePortalDismissed Method

Definition

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.

Applies to