Triggers: Difference between revisions

No change in size ,  10 October 2016
m
no edit summary
mNo edit summary
mNo edit summary
Line 404: Line 404:
: This function is available only on Android.
: This function is available only on Android.
:; Argument: '''action''' — Line that defines standard action (eg, view, pick)
:; Argument: '''action''' — Line that defines standard action (eg, view, pick)
:; Result: [[#Object Intent|'''''Intent''' object'']] — Information exchange object
:; Result: [[#Object Intent|'''''Intent''''' object]] — Information exchange object
: After the object is received, the data will be added to it, and then sent via ''send()''.
: After the object is received, the data will be added to it, and then sent via ''send()''.
: Android has many built-in actions. A list of these actions can be found [https://developer.android.com/reference/android/content/Intent.html '''here'''].
: Android has many built-in actions. A list of these actions can be found [https://developer.android.com/reference/android/content/Intent.html '''here'''].