//HAAPI Android UI.Widget Documentation/se.curity.identityserver.haapi.android.ui.widget.models/InteractionItem

InteractionItem

interface InteractionItem : Parcelable, JsonObjectable

Represents a model that requires interaction from the user.

Inheritors

InteractionItemAction

Properties

Name Summary
key [androidJvm]
abstract val key: String
A String that identities the interaction item.
label [androidJvm]
abstract val label: String
A label for the interaction item.

Functions

Name Summary
describeContents [androidJvm]
abstract fun describeContents(): Int
toJsonObject [androidJvm]
abstract fun toJsonObject(): JSONObject
toJsonString [androidJvm]
open fun toJsonString(): String
writeToParcel [androidJvm]
abstract fun writeToParcel(p0: Parcel, p1: Int)