Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
@objc public protocol ScytherPreviewable
-
Optional delegate that can be implemented to allow an app/caller to know that certain actions have been performed. This
See moreprotocol
is not required to be implemented in order for Scyther to work properly, it should be used primarily as a UI convenience; i.e. When switching environments, show aUIAlertController
Declaration
Swift
public protocol ScytherDelegate : AnyObject