Other Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol FailedReasonType
-
Base Protocol to get Payment Information
See moreDeclaration
Swift
public protocol PaymentService
-
When set on the VirtualService, the delegate will invoke various events allowing you to capture analytics.
Important
all functions returned here for only for analytic purposes. Any errors returned inonVirtualVisitError
are “soft” errors - meaning the virtual visit will still be running.Note
All “hard” failures, should be caught inside thefailure
closure when starting or resume a virtual visit.Declaration
Swift
public protocol VirtualEventDelegate : AnyObject