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

Syntax

[Android.Runtime.Register("addTarget", "(I)Landroid/transition/Transition;", "GetAddTarget_IHandler")]
public virtual Transition AddTarget (int targetId)

See Also

Android.Views.View.Id

Parameters

targetId
The id of a target view, must be a positive number.

Returns

Documentation for this section has not yet been entered.

Remarks

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

Note that using ids to specify targets implies that ids should be unique within the view hierarchy underneat the scene root.

[Android Documentation]

Requirements

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