ActionParameter

@Serializable
data class ActionParameter(val key: String, val paramType: ActionParameterType? = null, val dataType: Enumerations.DataType? = null, val value: String, val linkId: String? = null, val resourceType: ResourceType? = null) : Parcelable, Serializable

Constructors

Link copied to clipboard
constructor(key: String, paramType: ActionParameterType? = null, dataType: Enumerations.DataType? = null, value: String, linkId: String? = null, resourceType: ResourceType? = null)

Properties

Link copied to clipboard
val dataType: Enumerations.DataType? = null
Link copied to clipboard
val key: String
Link copied to clipboard
val linkId: String? = null
Link copied to clipboard
Link copied to clipboard
val resourceType: ResourceType? = null
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun interpolate(computedValuesMap: Map<String, Any>): ActionParameter
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)