Share via


JNIEnv.CallByteMethod Method

Definition

Overloads

CallByteMethod(IntPtr, IntPtr)

public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod);

Parameters

jobject
IntPtr
jmethod
IntPtr

Returns

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

CallByteMethod(IntPtr, IntPtr, JValue*)

public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod, Android.Runtime.JValue* parms);

Parameters

jobject
IntPtr
jmethod
IntPtr
parms
JValue*

Returns

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

CallByteMethod(IntPtr, IntPtr, JValue[])

public static sbyte CallByteMethod (IntPtr jobject, IntPtr jmethod, params Android.Runtime.JValue[] parms);

Parameters

jobject
IntPtr
jmethod
IntPtr
parms
JValue[]

Returns

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