TinkMoneyManagerUI Documentation Beta

Protocol Account​Details​View​Controller​Delegate

public protocol AccountDetailsViewControllerDelegate: AnyObject

A set of methods that your delegate object can implement to track when the user selects a transaction.

AccountDetailsViewControllerDelegate AccountDetailsViewControllerDelegate AnyObject AnyObject AccountDetailsViewControllerDelegate->AnyObject

Conforms To

AnyObject

Requirements

account​Details​View​Controller(_:​did​Select​Transaction:​)

func accountDetailsViewController(_ viewController: AccountDetailsViewController, didSelectTransaction transaction: Transaction)

Tells the delegate that the user selected a transaction.

Parameters

view​Controller Account​Details​View​Controller

The view controller that called this method.

transaction Transaction

The transaction that the user selected.