AppFunctionBytesTypeMetadata


class AppFunctionBytesTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of a byte array data type.

Corresponds to kotlin.ByteArray.

Summary

Public constructors

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

AppFunctionBytesTypeMetadata

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

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String