Choreographer.RemoveFrameCallback(Choreographer+IFrameCallback) 方法

定义

删除以前发布的帧回调。

[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

参数

callback
Choreographer.IFrameCallback

要删除的帧回调。

属性

注解

适用于 . 的 android.view.Choreographer.removeFrameCallback(android.view.FrameCallback)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

另请参阅

  • <xref:Android.Views.Choreographer.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.PostFrameCallbackDelayed(.IFrameCallback%2c+System.Int64)>