pub unsafe extern "C" fn OH_Input_RemoveKeyEventInterceptor() -> Input_ResultAvailable on crate feature
api-12 only.Expand description
Removes a key event interceptor.
ohos.permission.INTERCEPT_INPUT_EVENT
ยงReturns
- OH_Input_RemoveKeyEventInterceptor function result code.
[
INPUT_SUCCESS]Removes a key event interceptor success.
[INPUT_PERMISSION_DENIED] Permission verification failed.
[INPUT_SERVICE_EXCEPTION] Failed to remove the interceptor because the service is exception.
Required System Capabilities: SystemCapability.MultimodalInput.Input.Core
Available since API-level: 12