diff options
Diffstat (limited to 'SmartDeviceLink/SDLSetAppIcon.h')
-rw-r--r-- | SmartDeviceLink/SDLSetAppIcon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLSetAppIcon.h b/SmartDeviceLink/SDLSetAppIcon.h index 5a8c2567f..53f3531b5 100644 --- a/SmartDeviceLink/SDLSetAppIcon.h +++ b/SmartDeviceLink/SDLSetAppIcon.h @@ -16,9 +16,12 @@ NS_ASSUME_NONNULL_BEGIN @interface SDLSetAppIcon : SDLRPCRequest +/// Convenience init to set an image icon from a file name. The file must already be uploaded to the head unit. +/// +/// @param fileName A file reference name +/// @return An SDLSetAppIcon object - (instancetype)initWithFileName:(NSString *)fileName; - /** * A file reference name * @discussion A String value representing a file reference name |