AssistContent.ClipData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the current #setClipData
, which you can modify in-place. -or- Optional additional content items that are involved with
the current UI.
public virtual Android.Content.ClipData? ClipData { [Android.Runtime.Register("getClipData", "()Landroid/content/ClipData;", "GetGetClipDataHandler", ApiSince=23)] get; [Android.Runtime.Register("setClipData", "(Landroid/content/ClipData;)V", "GetSetClipData_Landroid_content_ClipData_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getClipData", "()Landroid/content/ClipData;", "GetGetClipDataHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setClipData", "(Landroid/content/ClipData;)V", "GetSetClipData_Landroid_content_ClipData_Handler", ApiSince=23)>]
member this.ClipData : Android.Content.ClipData with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Return the current #setClipData
, which you can modify in-place.
Java documentation for android.app.assist.AssistContent.getClipData()
.
Property setter documentation:
Optional additional content items that are involved with the current UI. Access to this content will be granted to the assistant as if you are sending it through an Intent with Intent#FLAG_GRANT_READ_URI_PERMISSION
.
Java documentation for android.app.assist.AssistContent.setClipData(android.content.ClipData)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.