NotificationString

sealed interface NotificationString : Serializable

String for a session's confirmation notification.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val isDefault: Boolean

Returns whether this string represents a default string.

Link copied to clipboard
open val isEmpty: Boolean

Returns whether this string is empty.

Link copied to clipboard
open val isRaw: Boolean

Returns whether this string represents a hardcoded string.

Link copied to clipboard

Returns whether this string represents a resource string.

Functions

Link copied to clipboard
abstract fun resolve(context: Context): String

Resolves string value for a given context.