Search Results for

    Show / Hide Table of Contents

    Class KaomojiManager

    Kaomoji management class

    Inheritance
    object
    KaomojiManager
    Namespace: Textify.Data.Unicode
    Assembly: Textify.Data.dll
    Syntax
    public static class KaomojiManager

    Methods

    | Edit this page View Source

    GetKaomoji(KaomojiCategory, KaomojiSubcategory, int)

    Gets a kaomoji sequence

    Declaration
    public static string GetKaomoji(KaomojiCategory category, KaomojiSubcategory subcategory, int sequenceIdx)
    Parameters
    Type Name Description
    KaomojiCategory category

    Kaomoji category

    KaomojiSubcategory subcategory

    Kaomoji subcategory

    int sequenceIdx

    Sequence index

    Returns
    Type Description
    string

    Kaomoji sequence

    | Edit this page View Source

    GetKaomojiSubcategories(KaomojiCategory)

    Gets all kaomoji subcategories

    Declaration
    public static KaomojiSubcategory[] GetKaomojiSubcategories(KaomojiCategory category)
    Parameters
    Type Name Description
    KaomojiCategory category

    Kaomoji category

    Returns
    Type Description
    KaomojiSubcategory[]

    An array of kaomoji subcategories

    | Edit this page View Source

    GetKaomojis(KaomojiCategory, KaomojiSubcategory)

    Gets all kaomoji sequences

    Declaration
    public static string[] GetKaomojis(KaomojiCategory category, KaomojiSubcategory subcategory)
    Parameters
    Type Name Description
    KaomojiCategory category

    Kaomoji category

    KaomojiSubcategory subcategory

    Kaomoji subcategory

    Returns
    Type Description
    string[]

    An array of kaomoji sequences

    In this article
    Back to top Generated by DocFX