AutoCompleteDeviceAppSuggestion

data class AutoCompleteDeviceAppSuggestion(val phrase: String, val shortName: String, val packageName: String, val launchIntent: Intent, icon: Drawable? = null) : AutoComplete.AutoCompleteSuggestion

Constructors

Link copied to clipboard
constructor(phrase: String, shortName: String, packageName: String, launchIntent: Intent, icon: Drawable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val phrase: String
Link copied to clipboard

Functions

Link copied to clipboard
fun retrieveIcon(packageManager: PackageManager): Drawable