Protocols
The following protocols are available globally.
-
- The PaperOnboardingDataSource protocol is adopted by an object that mediates the application’s data model for a PaperOnboarding object. The data source information it needs to construct and modify a PaperOnboarding.
Declaration
Swift
public protocol PaperOnboardingDataSource -
- The delegate of a PaperOnboarding object must adopt the PaperOnboardingDelegate protocol. Optional methods of the protocol allow the delegate to manage items, configure items, and perform other actions.
Declaration
Swift
public protocol PaperOnboardingDelegate
Protocols Reference