NotificationString

sealed interface NotificationString : Serializable

Deprecated (with error)

This class cannot provide persistence stability of string resources in case of string resources updates. Use ResolvableString to provide strings to notifications. NotificationString will be removed in next minor release.

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.