Share via


FragmentHostCallback.OnHasWindowAnimations Method

Definition

Return true if there are window animations.

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

Returns

Attributes

Remarks

Return true if there are window animations.

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