Created by calling the Builder2.addInput method. The value is assigned in ScriptGroup.execute(Object...) method as one of its arguments. Arguments to the execute method should be in the same order as intputs are added using the addInput method.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ScriptGroup.Input\n\nAdded in [API level 23](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 31](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nInput\n=====\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/renderscript/ScriptGroup.Input \"View this page in Java\") \n\n```\nclass Input\n```\n\n|---|---------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.renderscript.ScriptGroup.Input](#) |\n\n*** ** * ** ***\n\n| **This class was deprecated in API level 31.**\n|\n| Deprecated in Java.\n\nAn opaque class for script group inputs\n\nCreated by calling the [Builder2.addInput](/reference/kotlin/android/renderscript/ScriptGroup.Builder2#addInput()) method. The value is assigned in [ScriptGroup.execute(Object...)](/reference/kotlin/android/renderscript/ScriptGroup#execute(kotlin.Any)) method as one of its arguments. Arguments to the execute method should be in the same order as intputs are added using the addInput method.\n\nSummary\n-------"]]