data class AppInputState
A class to describe the current application’s package name accessing the keyboard and the accepted content types.
| Constructors | |
|---|---|
| AppInputState(packageName: String, contentTypes: List<String>) |
| Properties | |
|---|---|
| String | packageName Package name of the app |
| String | contentTypes List of accepted content |
AppInputState(packageName: String, contentTypes: List<String>)
| Parameters | |
|---|---|
| packageName: String | Package name of the app |
| contentTypes: String | List of accepted content |
val packageName: String
Package name of the app
val contentTypes: List<String>
List of accepted content