Reference / Modules / client-expo / ExpoFile
Class: ExpoFile
client-expo.ExpoFile
Hierarchy
-
File
↳
ExpoFile
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ExpoFile(uri
, name
, mimeType
): ExpoFile
Parameters
Name | Type |
---|---|
uri | string |
name | string |
mimeType | MimeType |
Returns
Overrides
File.constructor
Defined in
Properties
mimeType
• Readonly
mimeType: MimeType
Inherited from
File.mimeType
Defined in
client/dist/ComponentFactory.d.ts:16
name
• Readonly
name: string
Inherited from
File.name
Defined in
client/dist/ComponentFactory.d.ts:15
uri
• Private
uri: string
Defined in
Methods
getHashAndSize
▸ getHashAndSize(): Promise
<HashAndSize
>
Returns
Promise
<HashAndSize
>
Overrides
File.getHashAndSize
Defined in
getPath
▸ getPath(): string
Returns
string