Show / Hide Table of Contents

Class NotificationExtensions

Inheritance
System.Object
NotificationExtensions
Namespace: Eco.Shared.Services
Assembly: Eco.Shared.dll
Syntax
public static class NotificationExtensions : Object

Methods

FormatMessage(NotificationStyle, String)

Declaration
public static string FormatMessage(this NotificationStyle style, string text)
Parameters
Type Name Description
NotificationStyle style
System.String text
Returns
Type Description
System.String

TagName(NotificationCategory)

Declaration
public static string TagName(this NotificationCategory category)
Parameters
Type Name Description
NotificationCategory category
Returns
Type Description
System.String

TryGetStyle(NotificationStyle, out Text.Styles)

Declaration
public static bool TryGetStyle(this NotificationStyle category, out Text.Styles textStyle)
Parameters
Type Name Description
NotificationStyle category
Text.Styles textStyle
Returns
Type Description
System.Boolean
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾