doc/api/boost_lifecycle_binding/BoostLifecycleBinding-class.html
hashCode→ int The hash code for this object. [...] read-only, inherited hasShownPageIds↔ Set<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 runtimeType→ Type A representation of the runtime type of the object. read-only, inherited
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
operator ==(Object other) → bool The equality operator. [...] inherited
instance→ BoostLifecycleBinding final