Search Results for

    Show / Hide Table of Contents

    Class CrowdinOptions

    Inheritance
    Object
    CrowdinOptions
    Namespace: Crowdin.Xamarin.Forms.Models
    Assembly: Crowdin.Xamarin.Forms.dll
    Syntax
    public class CrowdinOptions : ICloneable

    Properties

    | Improve this Doc View Source

    DistributionHash

    Declaration
    public string DistributionHash { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    NetworkPolicy

    Declaration
    public NetworkPolicy NetworkPolicy { get; set; }
    Property Value
    Type Description
    NetworkPolicy
    | Improve this Doc View Source

    UseCache

    Declaration
    public bool UseCache { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX