notification_type
BNotification(notification_type type);
notification_type Type() const;
notification_type fType;
NotificationReceived(const char* title, notification_type type,
notification_type Type();
void SetType(notification_type type);
notification_type fType;
fType = (notification_type)i;
notification_type fType;
notification_type
BNotification::BNotification(notification_type type)
fType = (notification_type)type;
notification_type
NotificationReceived::SetType(notification_type type)
notification_type type, bool enabled)