RemoteViews.Clone Method

Definition

Returns a deep copy of the RemoteViews object.

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

Returns

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