Skip to content

Commit

Permalink
docs: mark Ti.Gesture isPortrait/Landscape removed in 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Dec 10, 2019
1 parent 5342346 commit b681b34
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apidoc/Titanium/Gesture/Gesture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,19 @@ methods:
summary: Returns whether or not the device is currently held in landscape form.
description: Value returns `true` if in landscape, and `false` otherwise.
deprecated:
since: 6.1.0
notes: Use [Titanium.Gesture.landscape](Titanium.Gesture.landscape) for parity instead.
since: "6.1.0"
removed: "7.0.0"
notes: Use [Titanium.Gesture.landscape](Titanium.Gesture.landscape) for parity instead. Removed in 7.0.0 on Android, 8.1.0 on iOS.
returns:
type: Boolean

- name: isPortrait
summary: Returns whether or not the device is currently held in portrait form.
description: Value returns `true` if in portrait, and `false` otherwise.
deprecated:
since: 6.1.0
notes: Use [Titanium.Gesture.portrait](Titanium.Gesture.portrait) for parity instead.
since: "6.1.0"
removed: "7.0.0"
notes: Use [Titanium.Gesture.portrait](Titanium.Gesture.portrait) for parity instead. Removed in 7.0.0 on Android, 8.1.0 on iOS.
returns:
type: Boolean

Expand Down

0 comments on commit b681b34

Please sign in to comment.