AndroidJavaObject.SetStaticfunction SetStatic.<FieldType> (fieldName : String, val : FieldType) : voidParameters
DescriptionSet the value of a static field in an object type. The generic parameter determines the field type. // Create an object of user provided class org.example.StaticFields,
|
