AppFunctionBooleanTypeMetadata


class AppFunctionBooleanTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of a boolean data type.

Corresponds to kotlin.Boolean.

Summary

Public constructors

AppFunctionBooleanTypeMetadata(isNullable: Boolean, description: String)

Public functions

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

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

AppFunctionBooleanTypeMetadata

Added in 1.0.0-alpha03
AppFunctionBooleanTypeMetadata(
    isNullable: Boolean,
    description: String = ""
)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String