Choreographer.RemoveVsyncCallback(Choreographer+IVsyncCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.