BadgePickerUIProtocol
public protocol BadgePickerUIProtocol
Badge Picker UI Protocol
-
Prompts user to select a badge from a list.
Remark
The UI should take care of dismissing itself upon selection and after completion is called.
Declaration
Parameters
badgesA sequence of badges
messageOptional message to display describing the context.
completionCompletion block to be called with the selected badge.
BadgePickerUIProtocol Protocol Reference