AppFunctionDoubleTypeMetadata


public final class AppFunctionDoubleTypeMetadata extends AppFunctionDataTypeMetadata


Defines the schema of a double data type.

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

Summary

Public constructors

AppFunctionDoubleTypeMetadata(
    boolean isNullable,
    @NonNull String description
)

Public methods

boolean
equals(Object other)
int
@NonNull String

Inherited methods

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
final @NonNull String

A description of the data type and its intended use.

final boolean

Whether the data type is nullable.

Public constructors

AppFunctionDoubleTypeMetadata

Added in 1.0.0-alpha03
public AppFunctionDoubleTypeMetadata(
    boolean isNullable,
    @NonNull String description
)

Public methods

equals

public boolean equals(Object other)

hashCode

public int hashCode()

toString

public @NonNull String toString()