JNIEnv.CallStaticBooleanMethod Method

Definition

Overloads

CallStaticBooleanMethod(IntPtr, IntPtr, JValue*)
CallStaticBooleanMethod(IntPtr, IntPtr, JValue[])
CallStaticBooleanMethod(IntPtr, IntPtr)

CallStaticBooleanMethod(IntPtr, IntPtr, JValue*)

public static bool CallStaticBooleanMethod (IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue* parms);
static member CallStaticBooleanMethod : nativeint * nativeint * nativeptr<Android.Runtime.JValue> -> bool

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

Boolean

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

CallStaticBooleanMethod(IntPtr, IntPtr, JValue[])

public static bool CallStaticBooleanMethod (IntPtr jclass, IntPtr jmethod, params Android.Runtime.JValue[] parms);
static member CallStaticBooleanMethod : nativeint * nativeint * Android.Runtime.JValue[] -> bool

Parameters

jclass
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

Boolean

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

CallStaticBooleanMethod(IntPtr, IntPtr)

public static bool CallStaticBooleanMethod (IntPtr jclass, IntPtr jmethod);
static member CallStaticBooleanMethod : nativeint * nativeint -> bool

Parameters

jclass
IntPtr
jmethod
IntPtr

Returns

Boolean

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