SensibillUICoordinator
Object used to provide an easy interface for clients to display Sensibill’s UI. This class handles all internal state and movement between screens internally to Sensibill UI.
-
A delegate that will receive events from
SensibillUICoordinator
-
Initialize for modal presentation
-
Initialize for selected presentation
-
Starts Sensibill UI with animation, and navigates to default page (Dashboard).
-
Start Sensibill UI with specified start options.
-
Notifies
SensibillUICoordinatorDelegate
that Sensibill UI should be closed. If modal presentation is used, the view will be dismissed, otherwise integrating app should dismiss the view. -
Defines the supported presentation methods
See more -
Responsible for encapsulation of SensibillUICoordinator start options.
See more