Android.Transitions.Transition.AddTarget Method
Adds the transitionName of a target view that this Transition is interested in animating.

Syntax

[Android.Runtime.Register("addTarget", "(Ljava/lang/String;)Landroid/transition/Transition;", "GetAddTarget_Ljava_lang_String_Handler")]
public virtual Transition AddTarget (string targetName)

See Also

Android.Views.View.TransitionName

Parameters

targetName
The transitionName of a target view, must be non-null.

Returns

Documentation for this section has not yet been entered.

Remarks

Adds the transitionName of a target view that this Transition is interested in animating. By default, there are no targetNames, and a Transition will listen for changes on every view in the hierarchy below the sceneRoot of the Scene being transitioned into. Setting targetNames constrains the Transition to only listen for, and act on, views with these transitionNames. Views with different transitionNames, or no transitionName whatsoever, will be ignored.

Note that transitionNames should be unique within the view hierarchy.

[Android Documentation]

Requirements

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