Langue

Choreographer.RemoveFrameCallback(Choreographer+IFrameCallback) Méthode

Définition

Supprime un rappel de frame précédemment publié.

[Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public void RemoveFrameCallback(Android.Views.Choreographer.IFrameCallback? callback);
[<Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")>]
member this.RemoveFrameCallback : Android.Views.Choreographer.IFrameCallback -> unit

Paramètres

callback
Choreographer.IFrameCallback

Rappel d’image à supprimer.

Attributs

Remarques

Java documentation pour android.view.Choreographer.removeFrameCallback(android.view.Choreographer.FrameCallback).

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.PostFrameCallbackDelayed(.IFrameCallback%2c+System.Int64)>