TransactionDocsViewDelegate
public protocol TransactionDocsViewDelegate : AnyObject
A delegate protocol for TransactionDocsView
to notify about updates in the content.
Conforming types are notified when the content in the TransactionDocsView
is updated.
-
Notifies the delegate that the content in the
TransactionDocsView
has been updated.Declaration
Swift
func transactionDocsViewDidUpdateContent(_ transactionDocsView: TransactionDocsView)
Parameters
transactionDocsView
The
TransactionDocsView
instance that triggered the update.