Langue

Choreographer.PostFrameCallbackDelayed Méthode

Définition

Publie un rappel d’image à exécuter sur l’image suivante après le délai spécifié.

[Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")]
public void PostFrameCallbackDelayed(Android.Views.Choreographer.IFrameCallback? callback, long delayMillis);
[<Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")>]
member this.PostFrameCallbackDelayed : Android.Views.Choreographer.IFrameCallback * int64 -> unit

Paramètres

callback
Choreographer.IFrameCallback

Rappel d’image à exécuter pendant l’image suivante.

delayMillis
Int64

Délai en millisecondes.

Attributs

Remarques

Java documentation pour android.view.Choreographer.postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

Voir aussi

  • <xref:Android.Views.Choreographer.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.RemoveFrameCallback(.IFrameCallback)>