AppFunctionDeprecationMetadata


class AppFunctionDeprecationMetadata


Contains deprecation details for an AppFunction.

Summary

Public constructors

Public functions

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

Public properties

String

The message explaining the deprecation and recommending an alternative API to use.

Public constructors

AppFunctionDeprecationMetadata

Added in 1.0.0-alpha07
AppFunctionDeprecationMetadata(message: String)

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

message

Added in 1.0.0-alpha07
val messageString

The message explaining the deprecation and recommending an alternative API to use.