MessageAnnouncement

How an arriving message for a conversation should be announced, given where the user currently is.

Entries

Link copied to clipboard

The conversation is on screen — the message itself is the notification. Post nothing.

Link copied to clipboard

App is in front but on another screen — post without sound or vibration so the shade still has it.

Link copied to clipboard

App is backgrounded or the screen is off — announce normally.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.