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