Class StorageManager

    Definition

    Namespace:
    Tizen.System
    Assembly:
    Tizen.System.Storage.dll

    The StorageManager provides the properties or methods to access storage in the device.

    public static class StorageManager
    Inheritance
    object
    StorageManager

    Properties

    View Source

    Storages

    List of all storage in the device.

    Declaration
    public static IEnumerable<Storage> Storages { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<T><Storage>

    Methods

    View Source

    SetChangedEvent(StorageArea, EventHandler)

    Registers an eventhandler for state changes of specific storage type.

    Declaration
    public static void SetChangedEvent(StorageArea type, EventHandler handler)
    Parameters
    Type Name Description
    StorageArea type

    The type of the storage.

    System.EventHandler handler

    An eventhandler to register.

    View Source

    UnsetChangedEvent(StorageArea, EventHandler)

    Unregisters an eventhandler for state changes of specific storage type.

    Declaration
    public static void UnsetChangedEvent(StorageArea type, EventHandler handler)
    Parameters
    Type Name Description
    StorageArea type

    The type of the storage.

    System.EventHandler handler

    An eventhandler to unregister.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX