Skip to content

Commit

Permalink
docs(android): accessibility properties SDK version
Browse files Browse the repository at this point in the history
refs TIMOB-26463
  • Loading branch information
drauggres authored and sgtcoolguy committed Sep 17, 2019
1 parent 9f3c6b7 commit 72a57ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apidoc/Titanium/Android/MenuItem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ properties:
`accessibilityValue`, `accessibilityHint`. The concatenated value is then passed as the
argument to the native [MenuItemCompat.setContentDescription](https://developer.android.com/reference/android/support/v4/view/MenuItemCompat#setContentDescription(android.view.MenuItem,%20java.lang.CharSequence)) method.
type: String
since: "8.2.0"
since: "8.3.0"
default: null

- name: accessibilityLabel
Expand All @@ -145,7 +145,7 @@ properties:
<Titanium.Android.MenuItem.accessibilityValue> and <Titanium.Android.MenuItem.accessibilityHint> in the order: `accessibilityLabel`,
`accessibilityValue`, `accessibilityHint`. The concatenated value is then passed as the
argument to the native [MenuItemCompat.setContentDescription](https://developer.android.com/reference/android/support/v4/view/MenuItemCompat#setContentDescription(android.view.MenuItem,%20java.lang.CharSequence)) method.
since: "8.2.0"
since: "8.3.0"
type: String
default: null

Expand All @@ -156,7 +156,7 @@ properties:
<Titanium.Android.MenuItem.accessibilityLabel> and <Titanium.Android.MenuItem.accessibilityHint> in the order: `accessibilityLabel`,
`accessibilityValue`, `accessibilityHint`. The concatenated value is then passed as the
argument to the native [MenuItemCompat.setContentDescription](https://developer.android.com/reference/android/support/v4/view/MenuItemCompat#setContentDescription(android.view.MenuItem,%20java.lang.CharSequence)) method.
since: "8.2.0"
since: "8.3.0"
type: String
default: null

Expand Down

0 comments on commit 72a57ef

Please sign in to comment.