AppFunctionReferenceTypeMetadata


class AppFunctionReferenceTypeMetadata : AppFunctionDataTypeMetadata


Represents a type that reference a data type that is defined in AppFunctionComponentsMetadata.

Summary

Public constructors

AppFunctionReferenceTypeMetadata(
    referenceDataType: String,
    isNullable: Boolean
)

Public functions

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

Public properties

String

The string referencing a data type defined in AppFunctionComponentsMetadata.

Inherited properties

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
Boolean

Whether the data type is nullable.

Public constructors

AppFunctionReferenceTypeMetadata

Added in 1.0.0-alpha01
AppFunctionReferenceTypeMetadata(
    referenceDataType: String,
    isNullable: Boolean
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

referenceDataType

Added in 1.0.0-alpha01
val referenceDataTypeString

The string referencing a data type defined in AppFunctionComponentsMetadata.