Class EmojiManager
Emoji management tools
Inheritance
object
    EmojiManager
  Namespace: Textify.Data.Unicode
Assembly: Textify.Data.dll
Syntax
public static class EmojiManager
  Methods
| Edit this page View SourceGetEmojiFromEmoji(string)
Gets an emoji instance from the emoji
Declaration
public static Emoji GetEmojiFromEmoji(string sequence)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | sequence | Emoji representation  | 
      
Returns
| Type | Description | 
|---|---|
| Emoji | An emoji instance  | 
      
GetEmojiFromEnum(EmojiEnum)
Gets an emoji instance from the name
Declaration
public static Emoji GetEmojiFromEnum(EmojiEnum name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| EmojiEnum | name | Name of emoji (enumeration of EmojiEnum)  | 
      
Returns
| Type | Description | 
|---|---|
| Emoji | An emoji instance  | 
      
GetEmojis()
Gets a list of emoticons
Declaration
public static Emoji[] GetEmojis()
  Returns
| Type | Description | 
|---|---|
| Emoji[] | 
GetEmojisFromName(string)
Gets an emoji instance from the name
Declaration
public static Emoji[] GetEmojisFromName(string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | Name of emoji (case insensitive)  | 
      
Returns
| Type | Description | 
|---|---|
| Emoji[] | An emoji instance  |