FUIContactCellDelegate
public protocol FUIContactCellDelegate: class
This protocol provides method for handling activity action in a contact cell.
-
Tells the delegate that the specific activity is selected.
Declaration
Swift
func contactCell(_ contactCell: FUIContactCell, didSelectActivity activityItem: FUIActivityItem)