Langue

Choreographer.PostVsyncCallback(Choreographer+IVsyncCallback) Méthode

Définition

Publie un rappel vsync à exécuter sur l’image suivante. Le rappel s’exécute une fois, puis est automatiquement supprimé.

[Android.Runtime.Register("postVsyncCallback", "(Landroid/view/Choreographer$VsyncCallback;)V", "", ApiSince=33)]
public void PostVsyncCallback(Android.Views.Choreographer.IVsyncCallback callback);
[<Android.Runtime.Register("postVsyncCallback", "(Landroid/view/Choreographer$VsyncCallback;)V", "", ApiSince=33)>]
member this.PostVsyncCallback : Android.Views.Choreographer.IVsyncCallback -> unit

Paramètres

callback
Choreographer.IVsyncCallback

Valeur Android.Views.Chorégraphe+IVsyncCallback utilisée pour le rappel.

Attributs

Remarques

Pour plus d’informations, consultez la documentation de référence Android pour android.view.Chorégraphe.postVsyncCallback.

Java documentation pour android.view.Chorégraphe.postVsyncCallback.

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 à