AndroidJavaObject.Setfunction Set.<FieldType> (fieldName : String, val : FieldType) : voidParameters
DescriptionSet the value of a field in an object (non-static). The generic parameter determines the field type. // Create a android.text.format.Time object, and set the 'allDay' field to true.
|
