Most visited

Recently visited

Script.InvokeID

public static final class Script.InvokeID
extends BaseObj

java.lang.Object
   ↳ android.support.v8.renderscript.BaseObj
     ↳ android.support.v8.renderscript.Script.InvokeID


InvokeID is an identifier for a invoke function. 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 "getInvokeID_funcname()".

Summary

Inherited methods

From class android.support.v8.renderscript.BaseObj
From class java.lang.Object

Hooray!