AppFunctionArrayTypeMetadata


class AppFunctionArrayTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of an array data type.

Summary

Public constructors

AppFunctionArrayTypeMetadata(
    itemType: AppFunctionDataTypeMetadata,
    isNullable: Boolean
)

Public functions

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

Public properties

AppFunctionDataTypeMetadata

The type of items in the array.

Inherited properties

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
Boolean

Whether the data type is nullable.

Public constructors

AppFunctionArrayTypeMetadata

Added in 1.0.0-alpha01
AppFunctionArrayTypeMetadata(
    itemType: AppFunctionDataTypeMetadata,
    isNullable: Boolean
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

itemType

Added in 1.0.0-alpha01
val itemTypeAppFunctionDataTypeMetadata

The type of items in the array.