Skip to content

Commit

Permalink
fix(ios): updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway committed Sep 27, 2019
1 parent abeb567 commit d2cef0d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion apidoc/Titanium/Contacts/Contacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,21 @@ methods:
type: Callback<ContactsAuthorizationResponse>

properties:
- name: includeNote
summary: A boolean value that indicates whether to fetch the notes stored in contacts or not.
description: |
This property need to be set before calling contacts APIs.
From iOS 13 or later if your app fetch note field from contact, the app must have to set key 'com.apple.developer.contacts.notes' to 'true' in entitelements section of tiapp.xml.
<key>com.apple.developer.contacts.notes</key>
<true/>
See more details at https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_contacts_notes and https://developer.apple.com/contact/request/contact-note-field.
type: Boolean
default: true
platforms: [iphone, ipad]
since: 8.2.1

- name: CONTACTS_KIND_ORGANIZATION
summary: Specifies that a contact is an organization.
description: |
Expand Down Expand Up @@ -565,4 +580,4 @@ properties:
---
name: ContactsAuthorizationResponse
summary: Argument passed to the callback when a request finishes successfully or erroneously.
extends: ErrorResponse
extends: ErrorResponse

0 comments on commit d2cef0d

Please sign in to comment.