FragmentHostCallback.OnGetWindowAnimations Method

Definition

Caution

deprecated

Return the window animations.

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

Returns

Int32
Attributes

Remarks

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