Stay organized with collections Save and categorize content based on your preferences.
Added in API level 17
Deprecated in API level 31

Script.FieldID

public static final class Script.FieldID
extends BaseObj

java.lang.Object
   ↳ android.renderscript.BaseObj
     ↳ android.renderscript.Script.FieldID


FieldID is an identifier for a Script + exported field pair. It is used as an identifier for ScriptGroup creation. This class should not be directly created. Instead use the method in the reflected or intrinsic code "getFieldID_funcname()".

Summary

Inherited methods