TransitionPropagation.GetPropagationProperties Method

Definition

Returns the set of property names stored in the TransitionValues object passed into #captureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values.

[Android.Runtime.Register("getPropagationProperties", "()[Ljava/lang/String;", "GetGetPropagationPropertiesHandler")]
public abstract string[]? GetPropagationProperties ();
[<Android.Runtime.Register("getPropagationProperties", "()[Ljava/lang/String;", "GetGetPropagationPropertiesHandler")>]
abstract member GetPropagationProperties : unit -> string[]

Returns

String[]

An array of property names as described in the class documentation for TransitionValues.

Attributes

Remarks

Returns the set of property names stored in the TransitionValues object passed into #captureValues(TransitionValues) that this transition propagation cares about for the purposes of preventing duplicate capturing of property values.

A TransitionPropagation must override this method to prevent duplicate capturing of values and must contain at least one

Java documentation for android.transition.TransitionPropagation.getPropagationProperties().

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