Table of Contents

Enum AndroidExternalStorageState

Namespace
Sdl3Sharp.Utilities
Assembly
Sdl3Sharp.dll

Represents a bit mask describing the state of the external storage for an Android application

[Flags]
public enum AndroidExternalStorageState : uint

Fields

Read = 1

The external storage can be read

Unavailable = 0

The external storage is unavailable

Write = 2

The external storage can be written

Remarks

See the official Android developer guide for more information: http://developer.android.com/guide/topics/data/data-storage.html.