Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/components/deprecated/chameleon-ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Event triggered when ads failed to load. Here is the list with all possible erro

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Chameleon%20Ad%22,%20%22name%22:%20%22Ad%20Failed%20To%20Load%22,%20%22param%22:%20%5B%22error%20Message%22,%20%22error%20Code%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|error Message|<span class="chip chip-text">Text</span>|
|error Code|<span class="chip chip-number">Number</span>|
Expand All @@ -38,7 +38,7 @@ Event triggered when ads failed to show. Here is the list with all possible erro

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Chameleon%20Ad%22,%20%22name%22:%20%22Ad%20Failed%20To%20Show%22,%20%22param%22:%20%5B%22error%20Message%22,%20%22error%20Code%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|error Message|<span class="chip chip-text">Text</span>|
|error Code|<span class="chip chip-number">Number</span>|
Expand Down
4 changes: 2 additions & 2 deletions docs/components/deprecated/fingerprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Triggers when there is a Authentication Error

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fingerprint%22,%20%22name%22:%20%22On%20Authentication%20Error%22,%20%22param%22:%20%5B%22error%20Id%22,%20%22message%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|error Id|<span class="chip chip-number">Number</span>|
|message|<span class="chip chip-text">Text</span>|
Expand All @@ -41,7 +41,7 @@ Triggers when there is a Authentication Help

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fingerprint%22,%20%22name%22:%20%22On%20Authentication%20Help%22,%20%22param%22:%20%5B%22help%20Id%22,%20%22message%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|help Id|<span class="chip chip-number">Number</span>|
|message|<span class="chip chip-text">Text</span>|
Expand Down
20 changes: 10 additions & 10 deletions docs/components/deprecated/firebase-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Launches an event with the tag and value that have been updated.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Data%20Changed%22,%20%22param%22:%20%5B%22tag%22,%20%22value%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|
|value|<span class="chip chip-any">Any</span>|
Expand All @@ -36,7 +36,7 @@ Indicates that the communication with the Firebase signaled an error.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Firebase%20Error%22,%20%22param%22:%20%5B%22message%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|message|<span class="chip chip-text">Text</span>|

Expand All @@ -46,7 +46,7 @@ Event triggered by the "RemoveFirst" function. The argument "value" is the objec

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22First%20Removed%22,%20%22param%22:%20%5B%22value%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|value|<span class="chip chip-any">Any</span>|

Expand All @@ -56,7 +56,7 @@ Indicates that a GetValue request has succeeded.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Got%20Value%22,%20%22param%22:%20%5B%22tag%22,%20%22value%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|
|value|<span class="chip chip-any">Any</span>|
Expand All @@ -67,7 +67,7 @@ Event triggered when we have received the list of known tags. Used with the "Get

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Tag%20List%22,%20%22param%22:%20%5B%22value%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|value|<span class="chip chip-list">List</span>|

Expand All @@ -79,7 +79,7 @@ Append a value to the end of a list atomically. If two devices use this function

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Append%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20To%20Add%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|
|value To Add|<span class="chip chip-any">Any</span>|
Expand All @@ -90,7 +90,7 @@ Remove the tag from Firebase

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Clear%20Tag%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|

Expand All @@ -107,7 +107,7 @@ It will pass valueIfTagNotThere to GotValue if there is no value storedunder the

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Get%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20If%20Tag%20Not%20There%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|
|value If Tag Not There|<span class="chip chip-any">Any</span>|
Expand All @@ -130,7 +130,7 @@ Return the first element of a list and atomically remove it. If two devices use

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Remove%20First%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|

Expand All @@ -140,7 +140,7 @@ Asks Firebase to store the given value under the given tag.

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Firebase%20Database%22,%20%22name%22:%20%22Store%20Value%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22tag%22,%20%22value%20To%20Store%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|tag|<span class="chip chip-text">Text</span>|
|value To Store|<span class="chip chip-any">Any</span>|
Expand Down
8 changes: 4 additions & 4 deletions docs/components/deprecated/fusiontables-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Indicates that the Fusion Tables query has finished processing, with a result. T

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Got%20Result%22,%20%22param%22:%20%5B%22result%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|result|<span class="chip chip-text">Text</span>|

Expand All @@ -77,7 +77,7 @@ Gets all the rows from a specified fusion table. The tableId field is the id of

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Get%20Rows%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|table ID|<span class="chip chip-text">Text</span>|
|columns|<span class="chip chip-text">Text</span>|
Expand All @@ -88,7 +88,7 @@ Gets all the rows from a fusion table that meet certain conditions. The tableId

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Get%20Rows%20With%20Conditions%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22,%20%22conditions%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|table ID|<span class="chip chip-text">Text</span>|
|columns|<span class="chip chip-text">Text</span>|
Expand All @@ -100,7 +100,7 @@ Inserts a row into the specified fusion table. The tableId field is the id of th

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Fusiontables%20Control%22,%20%22name%22:%20%22Insert%20Row%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22table%20ID%22,%20%22columns%22,%20%22values%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|table ID|<span class="chip chip-text">Text</span>|
|columns|<span class="chip chip-text">Text</span>|
Expand Down
6 changes: 3 additions & 3 deletions docs/components/deprecated/google-shortlink.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Event to detect when a link was converted.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22Got%20Response%22,%20%22param%22:%20%5B%22success%22,%20%22response%20Content%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|success|<span class="chip chip-boolean">Boolean</span>|
|response Content|<span class="chip chip-text">Text</span>|
Expand All @@ -37,7 +37,7 @@ Convert a short link from google into a normal link. Powerd by Google.

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22Short%20To%20URL%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22url%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|url|<span class="chip chip-text">Text</span>|

Expand All @@ -47,7 +47,7 @@ Convert a link into a short link. Powerd by Google.

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Google%20Shortlink%22,%20%22name%22:%20%22URL%20To%20Short%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22url%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|url|<span class="chip chip-text">Text</span>|

Expand Down
10 changes: 5 additions & 5 deletions docs/components/deprecated/googlespreadsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Triggered after an actions such as storing data has occurred.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22after%20Action%22,%20%22param%22:%20%5B%22was%20Success%22,%20%22message%22,%20%22action%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|was Success|<span class="chip chip-boolean">Boolean</span>|
|message|<span class="chip chip-text">Text</span>|
Expand All @@ -44,7 +44,7 @@ For the given columnName and rowNumber, retrieves the spreadsheet cell data

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Cell%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22column%20Name%22,%20%22row%20Number%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|column Name|<span class="chip chip-text">Text</span>|
|row Number|<span class="chip chip-number">Number</span>|
Expand All @@ -57,7 +57,7 @@ Retrieves all data for an entire column

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Column%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22column%20Name%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|column Name|<span class="chip chip-text">Text</span>|

Expand All @@ -69,7 +69,7 @@ Retrieves data for a specific row number

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Get%20Row%20Data%22,%20%22output%22:%20true,%20%22param%22:%20%5B%22row%20Number%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|row Number|<span class="chip chip-number">Number</span>|

Expand All @@ -85,7 +85,7 @@ Stores data into spreadsheet. dataToStore must be in json format. Will trigger A

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22GoogleSpreadsheet%22,%20%22name%22:%20%22Store%20Data%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22data%20To%20Store%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|data To Store|<span class="chip chip-text">Text</span>|

Expand Down
8 changes: 4 additions & 4 deletions docs/components/deprecated/instant-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ A event to detect that the login request was sent.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22On%20Request%20Sent%22,%20%22param%22:%20%5B%22success%22,%20%22data%22,%20%22message%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|success|<span class="chip chip-boolean">Boolean</span>|
|data|<span class="chip chip-text">Text</span>|
Expand All @@ -36,7 +36,7 @@ A event to detect that the status was received.

<div class="block" ai2-block="event" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22On%20Status%20Received%22,%20%22param%22:%20%5B%22success%22,%20%22data%22,%20%22message%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|success|<span class="chip chip-boolean">Boolean</span>|
|data|<span class="chip chip-text">Text</span>|
Expand All @@ -50,7 +50,7 @@ Check the current status with a given username.

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22Check%20Status%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22user%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|user|<span class="chip chip-text">Text</span>|

Expand All @@ -76,7 +76,7 @@ Start a request to user with the instant access login service.

<div class="block" ai2-block="method" not-rendered="true" value="%7B%22componentName%22:%20%22Instant%20Access%22,%20%22name%22:%20%22Request%22,%20%22output%22:%20false,%20%22param%22:%20%5B%22user%22%5D%7D"></div>

| Params | []() |
| Param | Type |
|--------|------|
|user|<span class="chip chip-text">Text</span>|

Expand Down
Loading
Loading