Skip to content

Commit

Permalink
docs(ios): update apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysingh-axway authored and sgtcoolguy committed Feb 3, 2020
1 parent 0d12566 commit 74464f0
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 2 deletions.
90 changes: 89 additions & 1 deletion apidoc/Facebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,11 @@ methods:
summary: |
Currency, is denoted as, e.g. "USD", "EUR", "GBP". See ISO-4217 for specific values.
type: String
- name: parameters
summary: |
A dictionary object containing optional parameters (since 8.0.0 in android and since 7.0.0 in ios).
type: Object
optional: true
since: "5.2.0"

- name: logout
Expand Down Expand Up @@ -704,7 +709,7 @@ methods:
default: Modules.Facebook.PLACE_LOCATION_CONFIDENCE_NOT_APPLICABLE
optional: true
- name: fields
summary: |
summary: |
A list of fields that you might want the request to return.
See the [Facebook docs](https://developers.facebook.com/docs/places/fields) for all possible values.
type: Array<String>
Expand Down Expand Up @@ -1244,6 +1249,89 @@ properties:
since: "6.0.0"
platforms: [iphone, ipad, android]

- name: EVENT_NAME_COMPLETED_REGISTRATION
summary: Log this event when a user has completed registration with the app.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_NAME_VIEWED_CONTENT
summary: Log this event when a user has viewed a form of content in the app.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_NAME_ADDED_TO_CART
summary: Log this event when the user has added an item to their cart.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_NAME_INITIATED_CHECKOUT
summary: Log this event when the user has entered the checkout process.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_NAME_ADDED_PAYMENT_INFO
summary: Log this event when the user has entered their payment info.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_CONTENT
summary: |
Parameter key used to specify data for the one or more pieces of content being logged about.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_CONTENT_ID
summary: |
Parameter key used to specify an ID for the specific piece of content being logged about.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_CONTENT_TYPE
summary: |
Parameter key used to specify a generic content type/family for the logged event.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_CURRENCY
summary: |
Parameter key used to specify currency used with logged event.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_NUM_ITEMS
summary: |
Parameter key used to specify how many items are being processed.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: EVENT_PARAM_PAYMENT_INFO_AVAILABLE
summary: |
Parameter key used to specify whether payment info is available.
type: String
permission: read-only
since: {android: "8.0.0", iphone: "7.0.0", ipad: "7.0.0"}
platforms: [iphone, ipad, android]

- name: accessToken
summary: OAuth token set after a successful `authorize`.
type: String
Expand Down
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 7.0.0
version: 7.0.1
apiversion: 2
description: Use the native Facebook iOS SDK in Axway Titanium.
author: Mark Mokryn, Ng Chee Kiat and Hans Knoechel
Expand Down

0 comments on commit 74464f0

Please sign in to comment.