언어

Choreographer.PostFrameCallback(Choreographer+IFrameCallback) 메서드

정의

다음 프레임에서 실행할 프레임 콜백을 게시합니다.

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

매개 변수

callback
Choreographer.IFrameCallback

다음 프레임 동안 실행할 프레임 콜백입니다.

특성

설명

에 대한 android.view.Choreographer.postFrameCallback(android.view.Choreographer.FrameCallback)Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

참고 항목

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