Source Context Failing checks
Clear WebView caches.
ClearCachesMethodDescriptions
Clear stored location permissions.
ClearLocationsMethodDescriptions
<p>Non-visible component that provides the instant in time using the internal clock on the phone. It can fire a timer at regularly set intervals and perform time calculations, manipulations, and conversions.</p> <p>Methods to convert an instant to text are also available. Acceptable patterns are empty string, MM/DD/YYYY HH:mm:ss a, or MMM d, yyyyHH:mm. The empty string will provide the default format, which is "MMM d, yyyy HH:mm:ss a" for FormatDateTime "MMM d, yyyy" for FormatDate. To see all possible format, please see <a href="https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html" _target="_blank">here</a>. </p>
ClockHelpStringComponentPallette
The animation for closing current screen and returning to the previous screen. Valid options are default, fade, zoom, slidehorizontal, slidevertical, and none
CloseScreenAnimationPropertyDescriptions
CloudConnected
CloudConnectedMethods
CloudDBError
CloudDBErrorEvents
Event indicating that CloudDB data has changed for the given tag and value.
CloudDB__DataChangedEventDescriptions
Event handler called when two enabled sprites (
CollidedWithEventDescriptions
The color of slider to the left of the thumb.
ColorLeftPropertyDescriptions
The color of slider to the right of the thumb.
ColorRightPropertyDescriptions
Connect to the Bluetooth device with the specified address and the Serial Port Profile (SPP). Returns true if the connection was successful.
ConnectMethodDescriptions
Connect to the Bluetooth device with the specified address and UUID. Returns true if the connection was successful.
ConnectWithUUIDMethodDescriptions
Indicates that a bluetooth connection has been accepted.
ConnectionAcceptedEventDescriptions
ConsumerKey
ConsumerKeyProperties
ConsumerKey property getter method.
ConsumerKeyPropertyDescriptions
ConsumerSecret
ConsumerSecretProperties
ConsumerSecret property getter method.
ConsumerSecretPropertyDescriptions
Returns the full name of the selected contact, or the empty string if a name is unavailable.
ContactNamePropertyDescriptions
ContactUri
ContactUriProperties
URI that specifies the location of the contact on the device.
ContactUriPropertyDescriptions
Country code to use for speech generation. This can affect the pronounciation. For example, British English (GBR) will sound different from US English (USA). Not every country code will affect every language.
CountryPropertyDescriptions
Create a new marker with default properties at the specified latitude and longitude.
CreateMarkerMethodDescriptions
CreateMarker
CreateMarkerMethods
Provides a textual representation of the current address or "No address available".
CurrentAddressPropertyDescriptions
Title of the page currently viewed
CurrentPageTitlePropertyDescriptions
URL of the page currently viewed. This could be different from the Home URL if new pages were visited by following links.
CurrentUrlPropertyDescriptions
DataChanged
DataChangedEvents
Returns the MIME type to pass to the activity.
DataTypePropertyDescriptions
DataUri
DataUriProperties
Returns the data URI that will be used to start the activity.
DataUriPropertyDescriptions
Returns the day of the month (1-31) from the instant.
DayOfMonthMethodDescriptions
the Day of the month that was last picked using the DatePicker.
DayPropertyDescriptions
Removes Twitter authorization from this running app instance
DeAuthorizeMethodDescriptions
Specifies the default scope used when components access files. Note that the <a href="/reference/components/storage.html#File" target="_blank">File</a> component has its own property for controlling file scopes.
DefaultFileScopePropertyDescriptions
DefaultRedisServer
DefaultRedisServerProperties
The Default Redis Server to use.
DefaultRedisServerPropertyDescriptions
DefaultURL
DefaultURLProperties
Property for DefaultURL
DefaultURLPropertyDescriptions
Delete a file on the robot.
DeleteFileMethodDescriptions
DelimiterByte
DelimiterByteProperties
Sets the delimiter byte to use when passing a negative number for the numberOfBytes parameter when calling ReceiveText, ReceiveSignedBytes, or ReceiveUnsignedBytes. Those functions will continue to read bytes until they encounter the value specified here. The default delimiter is 0, the null byte.
DelimiterBytePropertyDescriptions
Description
DescriptionProperties
Whether the sensor should detect color or light. True indicates that the sensor should detect color; False indicates that the sensor should detect light. If the DetectColor property is set to True, the BelowRange, WithinRange, and AboveRange events will not occur and the sensor will not generate color. If the DetectColor property is set to False, the ColorChanged event will not occur.
DetectColorPropertyDescriptions
DeveloperBucket
DeveloperBucketProperties
Specifies the unique developer path of the Firebase.
DeveloperBucketPropertyDescriptions
This sends a direct (private) message to the specified user. The message will be trimmed if it exceeds 160characters. <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>
DirectMessageMethodDescriptions
This property contains a list of the most recent messages mentioning the logged-in user. Initially, the list is empty. To set it, the program must: <ol> <li> Call the <code>Authorize</code> method.</li> <li> Wait for the <code>Authorized</code> event.</li> <li> Call the <code>RequestDirectMessages</code> method.</li> <li> Wait for the <code>DirectMessagesReceived</code> event.</li></ol>The value of this property will then be set to the list of direct messages retrieved (and maintain that value until any subsequent call to <code>RequestDirectMessages</code>).
DirectMessagesPropertyDescriptions
This event is raised when the recent messages requested through <code>RequestDirectMessages</code> have been retrieved. A list of the messages can then be found in the <code>messages</code> parameter or the <code>Messages</code> property.
DirectMessagesReceivedEventDescriptions
Disconnect from the connected Bluetooth device.
DisconnectMethodDescriptions
Dismiss a previously displayed ProgressDialog box
DismissProgressDialogMethodDescriptions