struct CCL::NotificationProperties

#include <inotificationcenter.h>

struct NotificationProperties
{
    // fields

    MutableCString id;
    MutableCString category;
    String title;
    String body;
    DateTime issuedAt;
    DateTime expiration;
    NotificationScope scope = kAppNotification;
    int state = 0;
};