ComponentUnavailable

@JsonClass(generateAdapter = true)
data class ComponentUnavailable(val devMessage: String) : Callback.Reason

Component is not available in the current configuration of the navigation system

Constructors

Link copied to clipboard
constructor(devMessage: String)

Properties

Link copied to clipboard
open override val devMessage: String

Message used to describe the reason why functionality is not available