HandlerThread.OnLooperPrepared 方法

定义

如果需要,可以在 Looper 循环之前执行某些设置时显式重写的回叫方法。

[Android.Runtime.Register("onLooperPrepared", "()V", "GetOnLooperPreparedHandler")]
protected virtual void OnLooperPrepared();
[<Android.Runtime.Register("onLooperPrepared", "()V", "GetOnLooperPreparedHandler")>]
abstract member OnLooperPrepared : unit -> unit
override this.OnLooperPrepared : unit -> unit
属性

注解

如果需要,可以在 Looper 循环之前执行某些设置时显式重写的回叫方法。

Java文档android.os.HandlerThread.onLooperPrepared()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于