mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
7 lines
292 B
Kotlin
7 lines
292 B
Kotlin
package com.kunzisoft.keepass.autofill
|
|
|
|
import android.app.assist.AssistStructure
|
|
import android.view.inputmethod.InlineSuggestionsRequest
|
|
|
|
data class AutofillComponent(val assistStructure: AssistStructure,
|
|
val inlineSuggestionsRequest: InlineSuggestionsRequest?) |