Container.RefreshType

  • Container.RefreshType is an enum that indicates the source of a container refresh.

  • NETWORK signifies that the container's content was refreshed from a network location.

  • SAVED signifies that the container's content was refreshed from a locally saved copy.

public static final enum Container.RefreshType

Origin of container refresh.

Enum Values

public static final Container.RefreshType NETWORK

The container has been refreshed from the network.

public static final Container.RefreshType SAVED

The container has been refreshed from a saved copy.