Stay organized with collections
Save and categorize content based on your preferences.
WorkerArgs
protected class WorkerArgs
Summary
Protected constructors
WorkerArgs
protected WorkerArgs()
Properties
selection
var selection: String!
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,["# AsyncQueryHandler.WorkerArgs\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nWorkerArgs\n==========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/content/AsyncQueryHandler.WorkerArgs \"View this page in Java\") \n\n```\nprotected class WorkerArgs\n```\n\n|---|---------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.content.AsyncQueryHandler.WorkerArgs](#) |\n\nSummary\n-------\n\n| Protected constructors ||\n|----------------------------------------|---|\n| [WorkerArgs](#WorkerArgs())`()` \u003cbr /\u003e |\n\n| Properties ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|\n| [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)! | [cookie](#cookie:kotlin.Any) \u003cbr /\u003e |\n| [Handler](../os/Handler.html#)! | [handler](#handler:android.os.Handler) \u003cbr /\u003e |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [orderBy](#orderBy:kotlin.String) \u003cbr /\u003e |\n| [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\\\u003c[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!\\\u003e! | [projection](#projection:kotlin.Array) \u003cbr /\u003e |\n| [Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html)! | [result](#result:kotlin.Any) \u003cbr /\u003e |\n| [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)! | [selection](#selection:kotlin.String) \u003cbr /\u003e |\n| [Array](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html)\\\u003c[String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html)!\\\u003e! | [selectionArgs](#selectionArgs:kotlin.Array) \u003cbr /\u003e |\n| [Uri](../net/Uri.html#)! | [uri](#uri:android.net.Uri) \u003cbr /\u003e |\n| [ContentValues](/reference/kotlin/android/content/ContentValues)! | [values](#values:android.content.ContentValues) \u003cbr /\u003e |\n\nProtected constructors\n----------------------\n\n### WorkerArgs\n\n```\nprotected WorkerArgs()\n```\n\nProperties\n----------\n\n### cookie\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar cookie: Any!\n``` \n\n### handler\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar handler: Handler!\n``` \n\n### orderBy\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar orderBy: String!\n``` \n\n### projection\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar projection: Array\u003cString!\u003e!\n``` \n\n### result\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar result: Any!\n``` \n\n### selection\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar selection: String!\n``` \n\n### selectionArgs\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar selectionArgs: Array\u003cString!\u003e!\n``` \n\n### uri\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar uri: Uri!\n``` \n\n### values\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nvar values: ContentValues!\n```"]]