Back to Flutter Boost

BoostLifecycleBinding class

doc/api/boost_lifecycle_binding/BoostLifecycleBinding-class.html

5.0.24.1 KB
Original Source

BoostLifecycleBinding class

Properties

hashCodeint The hash code for this object. [...] read-only, inherited hasShownPageIdsSet<String> This set contains all of the ids that has been shown. It is to solve the quesition that the page can't receive onPageShow callback event when showing on screen first time. Because it is not be added to PageVisibilityBinding before dispatching containerDidShow event read / write runtimeTypeType A representation of the runtime type of the object. read-only, inherited

Methods

appDidEnterBackground(BoostContainer container) → void appDidEnterForeground(BoostContainer container) → void containerDidHide(BoostContainer container) → void containerDidPop(BoostContainer container, BoostContainer previousContainer) → void containerDidPush(BoostContainer container, BoostContainer previousContainer) → void containerDidShow(BoostContainer container) → void noSuchMethod(Invocation invocation) → dynamic Invoked when a non-existent method or property is accessed. [...] inherited routeDidPop(Route route, Route previousRoute) → void routeDidPush(Route route, Route previousRoute) → void routeDidRemove(Route route) → void toString() → String A string representation of this object. [...] inherited

Operators

operator ==(Object other) → bool The equality operator. [...] inherited

Static Properties

instanceBoostLifecycleBinding final