ActionBuilders.LoadAction

Added in 1.0.0
Deprecated in 1.2.0

class ActionBuilders.LoadAction : ActionBuilders.Action


An action used to load (or reload) the tile contents.

Summary

Public functions

StateBuilders.State?

Gets the state to load the next tile with.

Public functions

getRequestState

Added in 1.0.0
Deprecated in 1.2.0
fun getRequestState(): StateBuilders.State?

Gets the state to load the next tile with. This will be included in the sent after this action is invoked by a androidx.wear.tiles.ModifiersBuilders.Clickable. Intended for testing purposes only.