AppFunctionPendingIntentTypeMetadata


class AppFunctionPendingIntentTypeMetadata : AppFunctionDataTypeMetadata


Defines the schema of a PendingIntent data type.

Corresponds to android.app.PendingIntent.

Summary

Public constructors

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

AppFunctionPendingIntentTypeMetadata

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

Public functions

equals

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

hashCode

open fun hashCode(): Int

toString

open fun toString(): String