# Print output for @column tags ?> ScriptGroup.Binding - Android SDK | Android Developers

Most visited


Recently visited


ScriptGroup.Binding

public static final class ScriptGroup.Binding
extends Object

java.lang.Object
   ↳ android.renderscript.ScriptGroup.Binding


Represents a binding of a value to a global variable in a kernel or invocable function. Used in closure creation.

Summary


Public constructors

Binding(Script.FieldID field, Object value)

Returns a Binding object that binds value to field

Inherited methods

Public constructors


Binding

public Binding (Script.FieldID field, 
                Object value)

Returns a Binding object that binds value to field

Parameters
field Script.FieldID: the Script.FieldID of the global variable

value Object: the value

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.