forked from NativeScript/docs-v7
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6984a0f
commit 5c00dd5
Showing
66 changed files
with
553 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
ApiReference/file-system/file-name-resolver/FileNameResolver.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
nav-title: "Class file-system/file-name-resolver.FileNameResolver" | ||
title: "Class file-system/file-name-resolver.FileNameResolver" | ||
description: "Class file-system/file-name-resolver.FileNameResolver" | ||
--- | ||
## Class: "file-system/file-name-resolver".FileNameResolver | ||
|
||
##### Instance Functions | ||
- **resolveFileName(** path _String_, ext _String_ **)** _String_ | ||
- **path** - _String_ | ||
- **ext** - _String_ | ||
- _**return**_ - _String_ |
12 changes: 12 additions & 0 deletions
12
ApiReference/file-system/file-name-resolver/PlatformContext.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
nav-title: "Object file-system/file-name-resolver.PlatformContext" | ||
title: "Object file-system/file-name-resolver.PlatformContext" | ||
description: "Object file-system/file-name-resolver.PlatformContext" | ||
--- | ||
## Object: "file-system/file-name-resolver".PlatformContext | ||
|
||
##### Properties | ||
- **width** - _Number_. | ||
- **height** - _Number_. | ||
- **os** - _String_. | ||
- **deviceType** - _String_. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
nav-title: "Module file-system/file-name-resolver" | ||
title: "Module file-system/file-name-resolver" | ||
description: "Module file-system/file-name-resolver" | ||
--- | ||
# Module: "file-system/file-name-resolver" | ||
|
||
``` JavaScript | ||
// To import the "file-system/file-name-resolver" module: | ||
var file_systemfile_name_resolver = require("file-system/file-name-resolver"); | ||
``` | ||
|
||
Class | Description | ||
------|------------ | ||
[FileNameResolver](../../file-system/file-name-resolver/FileNameResolver.md) | | ||
|
||
Object | Description | ||
------|------------ | ||
[PlatformContext](../../file-system/file-name-resolver/PlatformContext.md) | | ||
|
||
##### Functions | ||
- **findFileMatch(** path _String_, ext _String_, candidates _Array_..., context [_PlatformContext_](../../file-system/file-name-resolver/PlatformContext.md) **)** _String_ | ||
- **path** - _String_ | ||
- **ext** - _String_ | ||
- **candidates** - _Array_ of _String_ | ||
- **context** - [_PlatformContext_](../../file-system/file-name-resolver/PlatformContext.md) | ||
- _**return**_ - _String_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
nav-title: "Object location.AndroidLocationManager" | ||
title: "Object location.AndroidLocationManager" | ||
description: "Object location.AndroidLocationManager" | ||
--- | ||
## Object: "location".AndroidLocationManager | ||
Provides Android specific data related to location. | ||
|
||
##### Properties | ||
- **manager** - _Object_. | ||
The android-specific location manager [LocationManager](http://developer.android.com/reference/android/location/LocationManager.html) | ||
- **minimumUpdateTime** - _Number_. | ||
The minimum time interval between subsequent location updates, in milliseconds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
nav-title: "Object location.iOSLocationManager" | ||
title: "Object location.iOSLocationManager" | ||
description: "Object location.iOSLocationManager" | ||
--- | ||
## Object: "location".iOSLocationManager | ||
Provides iOS specific data related to location. | ||
|
||
##### Properties | ||
- **manager** - _CLLocationManager_. | ||
The ios-specific location manager [CLLocationManager](https://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocationManager_Class/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
nav-title: "Module ui/enums.MenuItemPosition" | ||
title: "Module ui/enums.MenuItemPosition" | ||
description: "Module ui/enums.MenuItemPosition" | ||
--- | ||
## Namespace: "ui/enums".MenuItemPosition | ||
Specifies android MenuItem position. | ||
|
||
##### Variables | ||
- **actionBar** - _String_. | ||
Always show this item as a button in an Action Bar. | ||
- **actionBarIfRoom** - _String_. | ||
Show this item as a button in an Action Bar if the system decides there is room for it. | ||
- **popup** - _String_. | ||
Never show this item as a button in an Action Bar. |
Oops, something went wrong.