Class Vhy
- Namespace
- IO.Scanbot.Sdk.UI
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/vhy", DoNotGenerateAcw = true)]
public abstract class Vhy : Object, Animator.IAnimatorListener, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Vhy
- Implements
-
- Inherited Members
-
Constructors
Vhy()
[Register(".ctor", "()V", "")]
public Vhy()
Vhy(nint, JniHandleOwnership)
protected Vhy(nint javaReference, JniHandleOwnership transfer)
Parameters
javaReference nint
transfer JniHandleOwnership
Methods
OnAnimationCancel(Animator)
[Register("onAnimationCancel", "(Landroid/animation/Animator;)V", "GetOnAnimationCancel_Landroid_animation_Animator_Handler")]
public virtual void OnAnimationCancel(Animator animation)
Parameters
animation Animator
OnAnimationEnd(Animator)
[Register("onAnimationEnd", "(Landroid/animation/Animator;)V", "GetOnAnimationEnd_Landroid_animation_Animator_Handler")]
public abstract void OnAnimationEnd(Animator animation)
Parameters
animation Animator
OnAnimationFinished(Animator)
[Register("onAnimationFinished", "(Landroid/animation/Animator;)V", "GetOnAnimationFinished_Landroid_animation_Animator_Handler")]
public virtual void OnAnimationFinished(Animator animation)
Parameters
animation Animator
OnAnimationRepeat(Animator)
[Register("onAnimationRepeat", "(Landroid/animation/Animator;)V", "GetOnAnimationRepeat_Landroid_animation_Animator_Handler")]
public virtual void OnAnimationRepeat(Animator animation)
Parameters
animation Animator
OnAnimationStart(Animator)
[Register("onAnimationStart", "(Landroid/animation/Animator;)V", "GetOnAnimationStart_Landroid_animation_Animator_Handler")]
public virtual void OnAnimationStart(Animator animation)
Parameters
animation Animator