DeletionWarning

A configuration ID paired with a warning message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the configuration that produced a warning.

Link copied to clipboard

The integer warning code associated with the warning message.

Link copied to clipboard

A descriptive message of the warning the associated configuration ID produced.

Functions

Link copied to clipboard
inline fun copy(block: DeletionWarning.Builder.() -> Unit = {}): DeletionWarning
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String