SCNotificationCustomNotificationType
Interface SCNotificationCustomNotificationType. CustomNotification Notification Schema.
Extends
Properties
Property | Type | Description | Overrides | Inherited from |
---|---|---|---|---|
active_at | Date | Time when the notification was generated | - | SCNotificationType .active_at |
custom_notification | SCCustomNotificationType | Custom notification data | - | - |
is_new | boolean | True if the notification has been read, otherwise false | - | SCNotificationType .is_new |
sid | string | Serialization id of the single notification | - | SCNotificationType .sid |
type | CUSTOM_NOTIFICATION | Type User Follow | SCNotificationType .type | - |
user | SCUserType | User generate the custom notification | - | - |