VoiceInteractionSession.OnHandleScreenshot(Bitmap) 方法

定义

调用以接收用户在启动辅助会话时当前正在查看的屏幕截图。

[Android.Runtime.Register("onHandleScreenshot", "(Landroid/graphics/Bitmap;)V", "GetOnHandleScreenshot_Landroid_graphics_Bitmap_Handler", ApiSince=23)]
public virtual void OnHandleScreenshot (Android.Graphics.Bitmap? screenshot);
[<Android.Runtime.Register("onHandleScreenshot", "(Landroid/graphics/Bitmap;)V", "GetOnHandleScreenshot_Landroid_graphics_Bitmap_Handler", ApiSince=23)>]
abstract member OnHandleScreenshot : Android.Graphics.Bitmap -> unit
override this.OnHandleScreenshot : Android.Graphics.Bitmap -> unit

参数

screenshot
Bitmap
属性

注解

调用以接收用户在启动辅助会话时当前正在查看的屏幕截图。 如果用户、策略或应用程序禁用了屏幕截图,则为 null。 如果未指定 #SHOW_WITH_SCREENSHOT原始显示请求,则不会调用此方法。

适用于 . 的 android.service.voice.VoiceInteractionSession.onHandleScreenshot(android.graphics.Bitmap)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于