Search Results for

    Show / Hide Table of Contents

    Class СrowdinClient

    Inheritance
    Object
    СrowdinClient
    Namespace: Crowdin.Xamarin.Forms
    Assembly: Crowdin.Xamarin.Forms.dll
    Syntax
    public static class СrowdinClient : object

    Properties

    | Improve this Doc View Source

    IsInitialized

    Declaration
    public static bool IsInitialized { get; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Manifest

    Declaration
    public static DistributionManifest Manifest { get; }
    Property Value
    Type Description
    DistributionManifest

    Methods

    | Improve this Doc View Source

    GetFileTranslations(String, String)

    Declaration
    public static async Task<IDictionary<string, string>> GetFileTranslations(string inFilename, string languageCode)
    Parameters
    Type Name Description
    String inFilename
    String languageCode
    Returns
    Type Description
    Task<IDictionary<String, String>>
    | Improve this Doc View Source

    Init(String)

    Declaration
    public static async Task Init(string distributionHash)
    Parameters
    Type Name Description
    String distributionHash
    Returns
    Type Description
    Task
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX