ActivityNavigator.Extras

class ActivityNavigator.Extras : 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 properties

ActivityOptionsCompat?

The ActivityOptionsCompat that should be used with ActivityCompat.startActivity.

Int

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

Public properties

activityOptions

Added in 1.0.0
val activityOptionsActivityOptionsCompat?

The ActivityOptionsCompat that should be used with ActivityCompat.startActivity.

flags

Added in 1.0.0
val flagsInt

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