SOSConnectingBaseViewController Class Reference
Inherits from | UIViewController |
---|---|
Conforms to | SOSConnectingViewController |
Declared in | SOSConnectingBaseViewController.h |
Overview
The SOSConnectingBaseViewController
serves as the base controller which manages interactions between the UI and SOS backend
for the connecting phase of SOS.
If you wish to replace the onboarding UI, your class must implement this base class.
All method overrides require a call back to super for SOS to function properly.
– handleEndSession:
Action performed when confirming an end session.
- (IBAction)handleEndSession:(id)sender
Parameters
sender |
the object which triggered the action. |
---|
Discussion
Warning: Executing this action will immediately trigger the end session cleanup. The responsibility of handling user confirmation remains as an implementation detail for the view controller.
Declared In
SOSConnectingBaseViewController.h