ActionBuilders.LoadAction
public final class ActionBuilders.LoadAction implements ActionBuilders.Action
An action used to load (or reload) the tile contents.
Summary
Nested types |
|---|
public final class ActionBuilders.LoadAction.Builder implements ActionBuilders.Action.BuilderBuilder for |
Public methods |
|
|---|---|
@Nullable StateBuilders.State |
Gets the state to load the next tile with. |
Public methods
public @Nullable StateBuilders.StategetRequestState()
Gets the state to load the next tile with. This will be included in the androidx.wear.tiles.RequestBuilders.TileRequest sent after this action is invoked by a androidx.wear.tiles.ModifiersBuilders.Clickable. Intended for testing purposes only.