Share via


ClipDescription.ExtraIsRemoteDevice Field

Definition

Indicates that a ClipData's source is a remote device.

[Android.Runtime.Register("EXTRA_IS_REMOTE_DEVICE", ApiSince=34)]
public const string ExtraIsRemoteDevice;
[<Android.Runtime.Register("EXTRA_IS_REMOTE_DEVICE", ApiSince=34)>]
val mutable ExtraIsRemoteDevice : string

Field Value

Implements

Attributes

Remarks

Indicates that a ClipData's source is a remote device.

Type: boolean

This extra can be used to indicate that a ClipData comes from a separate device rather than being local. It is a rendering hint that can be used to take different behavior based on the source device of copied data.

Java documentation for android.content.ClipDescription.EXTRA_IS_REMOTE_DEVICE.

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