ComponentUpdaterHandlerId

@IviExperimental(reasons = [])
value class ComponentUpdaterHandlerId(val id: String)

A unique identifier of a ComponentUpdateHandler.

Note: This ID must be stable across restarts.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The unique identifier.

Functions

Link copied to clipboard
open override fun toString(): String