Android.Transitions.Transition.ExcludeTarget Method
Whether to add the given transitionName to the list of target transitionNames to exclude from this transition.

Syntax

[Android.Runtime.Register("excludeTarget", "(Ljava/lang/String;Z)Landroid/transition/Transition;", "GetExcludeTarget_Ljava_lang_String_ZHandler")]
public virtual Transition ExcludeTarget (string targetName, bool exclude)

See Also

Transition.ExcludeTarget(Android.Views.View, System.Boolean)
Transition.ExcludeTarget(int, System.Boolean)
Transition.ExcludeTarget(Java.Lang.Class, System.Boolean)

Parameters

targetName
The name of a target to ignore when running this transition.
exclude
Whether to add the target to or remove the target from the current list of excluded targets.

Returns

Documentation for this section has not yet been entered.

Remarks

Whether to add the given transitionName to the list of target transitionNames to exclude from this transition. The exclude parameter specifies whether the target should be added to or removed from the excluded list.

Excluding targets is a general mechanism for allowing transitions to run on a view hierarchy while skipping target views that should not be part of the transition. For example, you may want to avoid animating children of a specific ListView or Spinner. Views can be excluded by their id, their instance reference, their transitionName, or by the Class of that view (eg, Android.Widget.Spinner).

[Android Documentation]

Requirements

Namespace: Android.Transitions
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0