예제 #1
0
 internal Notification(CMsgClientUserNotifications.Notification notification)
 {
     Count = notification.count;
     UserNotificationType = (UserNotificationType)notification.user_notification_type;
 }
예제 #2
0
 internal NotificationCallback(CMsgClientUserNotifications.Notification body)
 {
     NotificationType = (ENotificationType)body.user_notification_type;
 }