FragmentHostCallback.OnHasWindowAnimations Method

Definition

Caution

deprecated

Return true if there are window animations.

[Android.Runtime.Register("onHasWindowAnimations", "()Z", "GetOnHasWindowAnimationsHandler", ApiSince=23)]
[System.Obsolete("deprecated")]
public virtual bool OnHasWindowAnimations ();
[<Android.Runtime.Register("onHasWindowAnimations", "()Z", "GetOnHasWindowAnimationsHandler", ApiSince=23)>]
[<System.Obsolete("deprecated")>]
abstract member OnHasWindowAnimations : unit -> bool
override this.OnHasWindowAnimations : unit -> bool

Returns

Boolean
Attributes

Remarks

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

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