Enum NetworkType

    Definition

    Namespace:
    Tizen.Content.Download
    Assembly:
    Tizen.Content.Download.dll

    Enumeration for the network types.

    public enum NetworkType

    Fields

    Name Description
    All

    The download is available either through data network or Wi-Fi.

    DataNetwork

    The download is available through data network.

    Wifi

    The download is available through Wi-Fi.

    WifiDirect

    The download is available through Wi-Fi Direct.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<NetworkType>(NetworkType, string)
    Extensions.LoadFromXaml<NetworkType>(NetworkType, string)
    Extensions.LoadFromXaml<NetworkType>(NetworkType, Type)
    Extensions.LoadFromXamlFile<NetworkType>(NetworkType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX