Skip to content

Commit

Permalink
docs(api): add OS_VERSION_PATCH global
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Aug 26, 2020
1 parent b310e56 commit 6679ae0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apidoc/Global/Global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,17 @@ properties:
permission: read-only
since: "9.2.0"

- name: OS_VERSION_PATCH
summary: The operating system's patch version number.
description: |
This returns the same value as the <Titanium.Platform.versionPatch> property.
Will return zero if the OS does not have a patch version.
type: Number
default: 0
permission: read-only
since: "9.2.0"

- name: ENV_DEV
summary: Alias for <ENV_DEVELOPMENT>
type: Boolean
Expand Down

0 comments on commit 6679ae0

Please sign in to comment.