Android.Transitions.TransitionPropagation Members

The members of Android.Transitions.TransitionPropagation are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
CaptureValues(TransitionValues)
Captures the values in the start or end scene for the properties that this transition propagation monitors.
abstract
GetPropagationProperties() : string[]
Returns the set of property names stored in the Android.Transitions.TransitionValues object passed into TransitionPropagation.CaptureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values.
abstract
GetStartDelay(Android.Views.ViewGroup, Transition, TransitionValues, TransitionValues) : long
Called by Transition to alter the Animator start delay.