Hierarchy

  • PathAndroidProps

Properties

Properties

storages: { external: null | string; internal: null | string; usb: null | string; isResolved: null | boolean }

Determines which storage type the path uses. Please note that you should have appropiate permissions in order to access external storage.

Android

Type declaration

  • external: null | string
  • internal: null | string
  • usb: null | string
  • isResolved: null | boolean

Generated using TypeDoc