Language

CaptivePortal(IntPtr, JniHandleOwnership) Constructor

Definition

Initializes a managed wrapper around an existing Java peer.

protected CaptivePortal(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.CaptivePortal : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.CaptivePortal

Parameters

javaReference
IntPtr

nativeint

A handle to the Java peer.

transfer
JniHandleOwnership

Specifies how ownership of javaReference is transferred.

Remarks

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