ActivityNavigator.Extras

public final class ActivityNavigator.Extras implements Navigator.Extras


Extras that can be passed to ActivityNavigator to customize what ActivityOptionsCompat and flags are passed through to the call to ActivityCompat.startActivity.

Summary

Nested types

Builder for constructing new Extras instances.

Public methods

final ActivityOptionsCompat

The ActivityOptionsCompat that should be used with ActivityCompat.startActivity.

final int

The Intent.FLAG_ACTIVITY_ flags that should be added to the Intent.

Public methods

getActivityOptions

Added in 1.0.0
public final ActivityOptionsCompat getActivityOptions()

The ActivityOptionsCompat that should be used with ActivityCompat.startActivity.

getFlags

Added in 1.0.0
public final int getFlags()

The Intent.FLAG_ACTIVITY_ flags that should be added to the Intent.