![]() |
ActionComponents
04.05.00
Customizable UI and time-saving tools for Android development with Xamarin and Visual Studio.
|
Changes the title, subtitle and description for the given ACTile
by cycling through the list of available entries.
More...
Public Member Functions | |
ACTileLiveUpdateTileText (ACTile tile, string[] titles, string[] subtitles, string[] descriptions) | |
Initializes a new instance of the ACTileLiveUpdateTileText class. More... | |
override void | PerformUpdate () |
Performs the update. More... | |
![]() | |
ACTileLiveUpdate () | |
Initializes a new instance of the ACTileLiveUpdate class. More... | |
Changes the title, subtitle and description for the given ACTile
by cycling through the list of available entries.
ActionComponents.ACTileLiveUpdateTileText.ACTileLiveUpdateTileText | ( | ACTile | tile, |
string[] | titles, | ||
string[] | subtitles, | ||
string[] | descriptions | ||
) |
Initializes a new instance of the ACTileLiveUpdateTileText
class.
tile | Tile. |
titles | Titles. |
subtitles | Subtitles. |
descriptions | Descriptions. |
|
virtual |
Performs the update.
Reimplemented from ActionComponents.ACTileLiveUpdate.