Interface INotificationManager
Assembly: Eco.Gameplay.dll
Syntax
public interface INotificationManager
Methods
Send(IEnumerable<User>, NotificationCategory, LocString, NotificationStyle, IEnumerable<User>, Boolean)
Sends Notification to users from to
enumerable. If to
is null
then sends to all users, but if to
is empty then doesn't send notification to any user.
This way you may distinguish between empty user set (i.e. from Demographic) and broadcast message.
Declaration
Result Send(IEnumerable<User> to, NotificationCategory category, LocString message, NotificationStyle style, IEnumerable<User> except = null, bool forceTemporary = false)
Parameters
Returns
Extension Methods