My Project
Loading...
Searching...
No Matches
lomiri::shell::notifications::Type Class Reference

Wraps NotificationInterface's type enumeration. More...

#include <lomiri/shell/notifications/Enums.h>

Inheritance diagram for lomiri::shell::notifications::Type:
Collaboration diagram for lomiri::shell::notifications::Type:

Public Types

enum class  TypeEnum {
  Invalid = 0 , Confirmation , Ephemeral , Interactive ,
  SnapDecision , Placeholder
}
 NotificationInterface's type enumeration. More...
 

Detailed Description

Wraps NotificationInterface's type enumeration.

Member Enumeration Documentation

◆ TypeEnum

NotificationInterface's type enumeration.

This determines the visual and interaction behavior of the displayed notification.

Enumerator
Confirmation 

Confirmation (synchronous).

Ephemeral 

Ephemeral (input-transparent).

Interactive 

Interactive (clickable).

SnapDecision 

Snap decision (multi-button).

Placeholder 

Non-visible placeholder of default size.


The documentation for this class was generated from the following file: