ActionBuilders.LoadAction


@RequiresSchemaVersion(major = 1, minor = 0)
public final class ActionBuilders.LoadAction implements ActionBuilders.Action


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

Summary

Nested types

Builder for LoadAction.

Public methods

@Nullable StateBuilders.State

Gets the state to load the next layout with.

@NonNull String

Public methods

getRequestState

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

Gets the state to load the next layout with. This will be included in the layout request sent after this action is invoked by a .

toString

public @NonNull String toString()