Hierarchy

Properties

nativeObject: any
ios: Partial<{}>
android: Partial<PathAndroidProps>

Accessors

  • get DataDirectory(): string
  • Returns string

  • get AssetsUriScheme(): string
  • Gets URI scheme for files under assets folder.

    Android

    Ios

    Since

    0.1

    Returns string

  • get Separator(): string
  • Gets path separator for the running environment.

    Android

    Ios

    Since

    0.1

    Returns string

  • get ImagesUriScheme(): string
  • Gets the path to the root of the application's images directory.

    Example

    import Path from '@smartface/native/io/path';
    console.log(Path.ImagesURLScheme); => images://

    Returns string

Generated using TypeDoc