NotificationReceived
class NotificationReceived : public BFlattenable {
NotificationReceived();
NotificationReceived(const char* title, notification_type type,
~NotificationReceived();
NotificationReceived::Title()
NotificationReceived::Type()
NotificationReceived::SetType(notification_type type)
NotificationReceived::LastReceived()
NotificationReceived::Allowed()
NotificationReceived::UpdateTimeStamp()
NotificationReceived::SetTimeStamp(time_t time)
NotificationReceived::NotificationReceived()
NotificationReceived::NotificationReceived(const char* title,
NotificationReceived::~NotificationReceived()
NotificationReceived::AllowsTypeCode(type_code code) const
NotificationReceived::Flatten(void* buffer, ssize_t numBytes) const
NotificationReceived::FlattenedSize() const
NotificationReceived::IsFixedSize() const
NotificationReceived::TypeCode() const
NotificationReceived::Unflatten(type_code code, const void* buffer,