ActionBuilders.LoadAction

Added in 1.0.0
Deprecated in 1.2.0

public final class ActionBuilders.LoadAction implements ActionBuilders.Action


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

Summary

Nested types

Builder for LoadAction.

Public methods

@Nullable StateBuilders.State

Gets the state to load the next tile with.

Public methods

getRequestState

Added in 1.0.0
Deprecated in 1.2.0
public @Nullable StateBuilders.State getRequestState()

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.