SoundSelectionDelegate
@protocol SoundSelectionDelegate <NSObject>
- (void)didSelectSoundWithSoundMedia:(SoundMedia *)soundMedia;
- (void)didCancelSelectSound;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)didSelectSoundWithSoundMedia:(SoundMedia *)soundMedia;
Swift
func didSelectSound(with soundMedia: SoundMedia!)
-
Undocumented
Declaration
Objective-C
- (void)didCancelSelectSound;
Swift
func didCancelSelectSound()