Intent.ActionCameraButton 字段

定义

广播操作:按下了“相机按钮”。

[Android.Runtime.Register("ACTION_CAMERA_BUTTON")]
public const string ActionCameraButton;
[<Android.Runtime.Register("ACTION_CAMERA_BUTTON")>]
val mutable ActionCameraButton : string

字段值

实现

属性

注解

广播操作:按下了“相机按钮”。 包括单个额外字段, #EXTRA_KEY_EVENT其中包含导致广播的关键事件。

适用于 . 的 android.content.Intent.ACTION_CAMERA_BUTTONJava 文档

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

适用于