JniType Constructors

Definition

Overloads

JniType(String)
JniType(JniObjectReference, JniObjectReferenceOptions)

JniType(String)

public JniType (string classname);
new Java.Interop.JniType : string -> Java.Interop.JniType

Parameters

classname
String

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

JniType(JniObjectReference, JniObjectReferenceOptions)

public JniType (ref Java.Interop.JniObjectReference peerReference, Java.Interop.JniObjectReferenceOptions transfer);
new Java.Interop.JniType : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JniType

Parameters

peerReference
JniObjectReference

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