Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.SetStaticBooleanField

static function SetStaticBooleanField(clazz: IntPtr, fieldID: IntPtr, val: bool): void;
static void SetStaticBooleanField(IntPtr clazz, IntPtr fieldID, bool val);
static def SetStaticBooleanField(clazz as IntPtr, fieldID as IntPtr, val as bool) as void

Description

This function ets the value of a static field of an object.