summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/public/SDLAlertAudioData.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/public/SDLAlertAudioData.h')
-rw-r--r--SmartDeviceLink/public/SDLAlertAudioData.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLAlertAudioData.h b/SmartDeviceLink/public/SDLAlertAudioData.h
index 93b5462aa..85f907a18 100644
--- a/SmartDeviceLink/public/SDLAlertAudioData.h
+++ b/SmartDeviceLink/public/SDLAlertAudioData.h
@@ -10,11 +10,13 @@
NS_ASSUME_NONNULL_BEGIN
+/// Audio data for an SDLAlertView
@interface SDLAlertAudioData : SDLAudioData
/// Whether the alert tone should be played before the prompt (if any) is spoken. Defaults to NO.
@property (assign, nonatomic) BOOL playTone;
+/// Use another init instead. See superclass SDLAudioData.
- (instancetype)init NS_UNAVAILABLE;
@end