mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
openFile add for iOS
This commit is contained in:
6
utils/utils.d.ts
vendored
6
utils/utils.d.ts
vendored
@@ -188,6 +188,12 @@
|
||||
* Gets the iOS device major version (for 8.1 will return 8).
|
||||
*/
|
||||
export var MajorVersion: number;
|
||||
|
||||
/**
|
||||
* Opens file with associated application.
|
||||
* @param filePath The file path.
|
||||
*/
|
||||
export function openFile(filePath: string): boolean
|
||||
}
|
||||
/**
|
||||
* An utility function that copies properties from source object to target object.
|
||||
|
||||
Reference in New Issue
Block a user