Stay organized with collections
Save and categorize content based on your preferences.
MethodNames
interface MethodNames
Constants for method names used with android.content.ContentResolver#call method.
Summary
Constants |
static String |
A method name Chooser is using to notify the sharing app about a shared items selection change.
|
Constants
ON_SELECTION_CHANGED
static val ON_SELECTION_CHANGED: String
A method name Chooser is using to notify the sharing app about a shared items selection change.
Value: "onSelectionChanged"
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,["# AdditionalContentContract.MethodNames\n\nAdded in [API level 35](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nMethodNames\n===========\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/service/chooser/AdditionalContentContract.MethodNames \"View this page in Java\") \n\n```\ninterface MethodNames\n```\n\n|--------------------------------------------------------------------|\n| [android.service.chooser.AdditionalContentContract.MethodNames](#) |\n\nConstants for method names used with android.content.ContentResolver#call method.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [ON_SELECTION_CHANGED](#ON_SELECTION_CHANGED:kotlin.String) A method name Chooser is using to notify the sharing app about a shared items selection change. |\n\nConstants\n---------\n\n### ON_SELECTION_CHANGED\n\nAdded in [API level 35](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val ON_SELECTION_CHANGED: String\n```\n\nA method name Chooser is using to notify the sharing app about a shared items selection change. \n\n Value: \"onSelectionChanged\""]]