AppInputState

data class AppInputState

A class to describe the current application’s package name accessing the keyboard and the accepted content types.

Summary

Constructors
AppInputState(packageName: String, contentTypes: List<String>)
Properties
String packageName
Package name of the app
String contentTypes
List of accepted content

Constructors

AppInputState

AppInputState(packageName: String, contentTypes: List<String>)
Parameters
packageName: String Package name of the app
contentTypes: String List of accepted content

Properties

packageName

val packageName: String

Package name of the app

contentTypes

val contentTypes: List<String>

List of accepted content


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on June 16, 2023