AppFunctionDoubleTypeMetadata


class AppFunctionDoubleTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of a double data type.

Corresponds to kotlin.Double or a 64-bit floating-point number.

Summary

Public constructors

AppFunctionDoubleTypeMetadata(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

AppFunctionDoubleTypeMetadata

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

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String