parent property

BackButtonDispatcher parent
final

The back button dispatcher that this object will attempt to take priority over when takePriority is called.

The parent must have a listener registered before this child object can have its takePriority or deferTo methods used.

Implementation

final BackButtonDispatcher parent;