Animator.IAnimatorListener.OnAnimationRepeat(Animator) メソッド

定義

アニメーションの繰り返しを通知します。

[Android.Runtime.Register("onAnimationRepeat", "(Landroid/animation/Animator;)V", "GetOnAnimationRepeat_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationRepeat (Android.Animation.Animator animation);
[<Android.Runtime.Register("onAnimationRepeat", "(Landroid/animation/Animator;)V", "GetOnAnimationRepeat_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationRepeat : Android.Animation.Animator -> unit

パラメーター

animation
Animator

繰り返されたアニメーション。

属性

注釈

アニメーションの繰り返しを通知します。

の Java ドキュメント android.animation.Animator.AnimatorListener.onAnimationRepeat(android.animation.Animator)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象