Share via


FragmentHostCallback.OnGetWindowAnimations Method

Definition

Return the window animations.

[Android.Runtime.Register("onGetWindowAnimations", "()I", "GetOnGetWindowAnimationsHandler", ApiSince=23)]
public virtual int OnGetWindowAnimations ();
[<Android.Runtime.Register("onGetWindowAnimations", "()I", "GetOnGetWindowAnimationsHandler", ApiSince=23)>]
abstract member OnGetWindowAnimations : unit -> int
override this.OnGetWindowAnimations : unit -> int

Returns

Attributes

Remarks

Return the window animations.

Java documentation for android.app.FragmentHostCallback.onGetWindowAnimations().

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