Undocumented
Undocumented
- (void)choiceSet:(SDLChoiceSet *)choiceSet didSelectChoice:(SDLChoiceCell *)choice withSource:(SDLTriggerSource)source atRowIndex:(NSUInteger)rowIndex;
func choiceSet(_ choiceSet: SDLChoiceSet, didSelectChoice choice: SDLChoiceCell, withSource source: SDLTriggerSource, atRowIndex rowIndex: UInt)
Undocumented
- (void)choiceSet:(SDLChoiceSet *)choiceSet didReceiveError:(NSError *)error;
func choiceSet(_ choiceSet: SDLChoiceSet, didReceiveError error: Error)