RemoteViews.Clone Method

Definition

Caution

deprecated

Returns a deep copy of the RemoteViews object.

[Android.Runtime.Register("clone", "()Landroid/widget/RemoteViews;", "GetCloneHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Widget.RemoteViews? Clone ();
[<Android.Runtime.Register("clone", "()Landroid/widget/RemoteViews;", "GetCloneHandler")>]
[<System.Obsolete("deprecated")>]
override this.Clone : unit -> Android.Widget.RemoteViews

Returns

RemoteViews
Attributes

Remarks

Java documentation for android.widget.RemoteViews.clone().

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