DragEvent.LocalState Property

Definition

Returns the local state object sent to the system as part of the call to android.view.View#startDragAndDrop(ClipData,View.DragShadowBuilder,Object,int) startDragAndDrop().

public virtual Java.Lang.Object? LocalState { [Android.Runtime.Register("getLocalState", "()Ljava/lang/Object;", "GetGetLocalStateHandler")] get; }
[<get: Android.Runtime.Register("getLocalState", "()Ljava/lang/Object;", "GetGetLocalStateHandler")>]
member this.LocalState : Java.Lang.Object

Property Value

Object

The local state object sent to the system by startDragAndDrop().

Attributes

Remarks

Java documentation for android.view.DragEvent.getLocalState().

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.

Applies to