|
Returns an instant in time some days after the given instant.
|
AddDaysMethodDescriptions
|
|
|
|
|
Returns an instant in time some duration after the argument
|
AddDurationMethodDescriptions
|
|
|
|
|
Returns an instant in time some hours after the given instant.
|
AddHoursMethodDescriptions
|
|
|
|
|
Returns an instant in time some minutes after the given instant.
|
AddMinutesMethodDescriptions
|
|
|
|
|
Returns an instant in time some months after the given instant.
|
AddMonthsMethodDescriptions
|
|
|
|
|
Returns an instant in time some seconds after the given instant.
|
AddSecondsMethodDescriptions
|
|
|
|
|
Returns An instant in time some weeks after the given instant.
|
AddWeeksMethodDescriptions
|
|
|
|
|
Returns an instant in time some years after the given instant.
|
AddYearsMethodDescriptions
|
|
|
|
|
Returns an estimate of the number of bytes that can be received without blocking
|
BytesAvailableToReceiveMethodDescriptions
|
|
|
|
|
Clear the entire data store.
|
ClearAllMethodDescriptions
|
|
|
|
|
Returns the day of the month (1-31) from the instant.
|
DayOfMonthMethodDescriptions
|
|
|
|
|
Removes Twitter authorization from this running app instance
|
DeAuthorizeMethodDescriptions
|
|
|
|
|
Dismiss a previously displayed ProgressDialog box
|
DismissProgressDialogMethodDescriptions
|
|
|
|
|
Returns duration, which is milliseconds elapsed between instants.
|
DurationMethodDescriptions
|
|
|
|
|
Converts the duration to the number of days.
|
DurationToDaysMethodDescriptions
|
|
|
|
|
Converts the duration to the number of hours.
|
DurationToHoursMethodDescriptions
|
|
|
|
|
Converts the duration to the number of minutes.
|
DurationToMinutesMethodDescriptions
|
|
|
|
|
Converts the duration to the number of seconds.
|
DurationToSecondsMethodDescriptions
|
|
|
|
|
Converts the duration to the number of weeks.
|
DurationToWeeksMethodDescriptions
|
|
|
|
|
Converts a feature description into an App Inventor map feature. Points are converted into
|
FeatureFromDescriptionMethodDescriptions
|
|
|
|
|
Remove the tag from Firebase
|
FirebaseDB__ClearTagMethodDescriptions
|
|
|
|
|
Forget end-users login credentials. Has no effect on service authentication
|
ForgetLoginMethodDescriptions
|
|
|
|
|
Text representing the date of an instant in the specified pattern
|
FormatDateMethodDescriptions
|
|
|
|
|
Returns text representing the date and time of an instant in the specified pattern
|
FormatDateTimeMethodDescriptions
|
|
|
|
|
Text representing the time of an instant
|
FormatTimeMethodDescriptions
|
|
|
|
|
Return the app that installed us
|
GetInstallerMethodDescriptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return a list of all the tags in the data store.
|
GetTagsMethodDescriptions
|
|
|
|
|
Asks the user to speak, and converts the speech to text. Signals the
|
GetTextMethodDescriptions
|
|
|
|
|
Return the our VersionName property
|
GetVersionNameMethodDescriptions
|
|
|
|
|
Returns the IP address of the phone in the form of a String
|
GetWifiIpAddressMethodDescriptions
|
|
|
|
|
Returns the hour of the day (0-23) from the instant.
|
|
|
|
|
|
Imports data from the specified Spreadsheet component by taking the specified x column for the x values, and the specified y column for the y values. Prior to calling this function, the Spreadsheet component''s ReadSheet method has to be called to load the data. The usage of the GotSheet event in the Spreadsheet component is unnecessary. Empty columns are filled with default values (1, 2, 3, ... for Entry 1, 2, 3, ...).
|
ImportFromSpreadsheetMethodDescriptions
|
|
|
|
|
Imports data from the specified Web component, given the names of the X and Y value columns. Empty columns are filled with default values (1, 2, 3, ... for Entry 1, 2, ...). In order for the data importing to be successful, to load the data, and then this block should be used on that Web component. The usage of the gotValue event in the Web component is unnecessary.
|
ImportFromWebMethodDescriptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decodes the given JSON encoded value to produce a corresponding AppInventor value. A JSON list `[x, y, z]` decodes to a list `(x y z)`, A JSON object with key A and value B, (denoted as `{A:B}`) decodes to a list `((A B))`, that is, a list containing the two-element list `(A B)`. Use the method JsonTextDecodeWithDictionaries if you would prefer to get back dictionary objects rather than lists-of-lists in the result.
|
JsonTextDecodeMethodDescriptions
|
|
|
|
|
Decodes the given JSON encoded value to produce a corresponding App Inventor value. A JSON list [x, y, z] decodes to a list (x y z). A JSON Object with name A and value B, denoted as {a: b} decodes to a dictionary with the key a and value b.
|
JsonTextDecodeWithDictionariesMethodDescriptions
|
|
|
|
|
Derives latitude of given address
|
LatitudeFromAddressMethodDescriptions
|
|
|
|
|
<p>Load a feature collection in <a href="https://en.wikipedia.org/wiki/GeoJSON">GeoJSON</a> format from the given url. On success, the event GotFeatures will be raised with the given url and a list of the features parsed from the GeoJSON as a list of (key, value) pairs. On failure, the LoadError event will be raised with any applicable HTTP response code and error message.</p>
|
LoadFromURLMethodDescriptions
|
|
|
|
|
|
|
|
|
|
|
Derives longitude of given address
|
LongitudeFromAddressMethodDescriptions
|
|
|
|
|
Returns the month of the year represented as a number from 1 to 12).
|
|
|
|
|
|
Returns the name of the month from the instant, e.g., January, February, March...
|
MonthNameMethodDescriptions
|
|
|
|
|
|
Pedometer__StartMethodDescriptions
|
|
|
|
|
|
Pedometer__StopMethodDescriptions
|
|
|
|
|
Records a video, then raises the
|
RecordVideoMethodDescriptions
|
|
|
|
|
Requests the 20 most recent direct messages sent to the logged-in user. When the messages have been retrieved, the system will raise the <code>DirectMessagesReceived</code> event and set the <code>DirectMessages</code> property to the list of messages.<p><u>Requirements</u>: This should only be called after the <code>IsAuthorized</code> event has been raised, indicating that the user has successfully logged in to Twitter.</p>
|
RequestDirectMessagesMethodDescriptions
|
|
|
|