Search Results for

    Show / Hide Table of Contents

    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 Source

    GetEmojiFromEmoji(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

    | Edit this page View Source

    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

    | Edit this page View Source

    GetEmojis()

    Gets a list of emoticons

    Declaration
    public static Emoji[] GetEmojis()
    Returns
    Type Description
    Emoji[]
    | Edit this page View Source

    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

    In this article
    Back to top Generated by DocFX