TransitionInflater.From(Context) Method

Definition

Obtains the TransitionInflater from the given context.

[Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/transition/TransitionInflater;", "")]
public static Android.Transitions.TransitionInflater? From (Android.Content.Context? context);
[<Android.Runtime.Register("from", "(Landroid/content/Context;)Landroid/transition/TransitionInflater;", "")>]
static member From : Android.Content.Context -> Android.Transitions.TransitionInflater

Parameters

context
Context

Returns

Attributes

Remarks

Obtains the TransitionInflater from the given context.

Java documentation for android.transition.TransitionInflater.from(android.content.Context).

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