TouchInteractionController.ICallback.OnStateChanged(Int32) 方法

定义

当此显示器的动作事件调度状态已更改时调用。

[Android.Runtime.Register("onStateChanged", "(I)V", "GetOnStateChanged_IHandler:Android.AccessibilityServices.TouchInteractionController/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnStateChanged(int state);
[<Android.Runtime.Register("onStateChanged", "(I)V", "GetOnStateChanged_IHandler:Android.AccessibilityServices.TouchInteractionController/ICallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnStateChanged : int -> unit

参数

state
Int32

运动事件调度的新状态。

属性

注解

当此显示器的动作事件调度状态已更改时调用。

Java文档android.accessibilityservice.TouchInteractionController.Callback.onStateChanged(int)

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

适用于