Język

Choreographer.RemoveVsyncCallback(Choreographer+IVsyncCallback) Method

Definition

Removes a previously posted vsync callback.

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

Parameters

callback
Choreographer.IVsyncCallback

The Android.Views.Choreographer+IVsyncCallback value used for callback.

Attributes

Remarks

For details, see the Android reference documentation for android.view.Choreographer.removeVsyncCallback.

Java documentation for android.view.Choreographer.removeVsyncCallback.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to