Intent.CloneFilter Method

Definition

Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories.

[Android.Runtime.Register("cloneFilter", "()Landroid/content/Intent;", "GetCloneFilterHandler")]
public virtual Android.Content.Intent CloneFilter ();
[<Android.Runtime.Register("cloneFilter", "()Landroid/content/Intent;", "GetCloneFilterHandler")>]
abstract member CloneFilter : unit -> Android.Content.Intent
override this.CloneFilter : unit -> Android.Content.Intent

Returns

Attributes

Remarks

Make a clone of only the parts of the Intent that are relevant for filter matching: the action, data, type, component, and categories.

Java documentation for android.content.Intent.cloneFilter().

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