AppFunctionParcelableTypeMetadata


class AppFunctionParcelableTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of a Parcelable data type.

Corresponds to android.os.Parcelable.

Summary

Public constructors

AppFunctionParcelableTypeMetadata(
    qualifiedName: String,
    isNullable: Boolean,
    description: String
)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

String

The qualified name of the android.os.Parcelable represented by this metadata.

Inherited properties

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
String

A description of the data type and its intended use.

Boolean

Whether the data type is nullable.

Public constructors

AppFunctionParcelableTypeMetadata

Added in 1.0.0-alpha08
AppFunctionParcelableTypeMetadata(
    qualifiedName: String,
    isNullable: Boolean,
    description: String = ""
)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

qualifiedName

Added in 1.0.0-alpha08
val qualifiedNameString

The qualified name of the android.os.Parcelable represented by this metadata.