Class NotificationSource
This class is specific for notifications, it derives from NotificationMessageSource and adds NotificationCategory
it allows to choose NotificationCategories in ChatTabSettings to show in chat tab
Inheritance
System.Object
NotificationSource
Assembly: Eco.Gameplay.dll
Syntax
public class NotificationSource : NotificationMessageSource, INamed, IController, IViewController, IHasUniversalID, IHasReferenceableSerializableID, IHasSerializableID
Constructors
NotificationSource()
Declaration
public NotificationSource()
NotificationSource(NotificationCategory)
Declaration
public NotificationSource(NotificationCategory category)
Parameters
Properties
Category
Declaration
public NotificationCategory Category { get; set; }
Property Value
Implements
Extension Methods