WalletUpdateDelegate
public protocol WalletUpdateDelegate : AnyObject
                A delegate for implementing a handler of Wallet Updates
- 
                  
                  
Function called when new Wallet updates are received from the Gallagher cloud and when local and remote wallet updates are received for the specific wallet instance. When the delegate is first added a full list of the stored Wallet updates are returned.
Declaration
Parameters
addedOrUpdatedWalletslist of added or updated Wallets.
removedWalletslist of removed Wallets.
 
      WalletUpdateDelegate Protocol Reference