summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDeleteWindow.h
diff options
context:
space:
mode:
authorMauricio Juarez <mjuarez44@ford.com>2019-07-17 09:07:26 +0200
committerMauricio Juarez <mjuarez44@ford.com>2019-07-17 09:07:26 +0200
commit5830a2760f683969685dd39bb7e4e70728191def (patch)
tree0daf9fd0ba17f96985d6fe04f4c7fffce083e2b7 /SmartDeviceLink/SDLDeleteWindow.h
parent178470e1c962ba711e932c54b4d3f247bd767d25 (diff)
downloadsdl_ios-5830a2760f683969685dd39bb7e4e70728191def.tar.gz
Add documentation
Diffstat (limited to 'SmartDeviceLink/SDLDeleteWindow.h')
-rw-r--r--SmartDeviceLink/SDLDeleteWindow.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLDeleteWindow.h b/SmartDeviceLink/SDLDeleteWindow.h
index 2ba20cd05..8b6941e6d 100644
--- a/SmartDeviceLink/SDLDeleteWindow.h
+++ b/SmartDeviceLink/SDLDeleteWindow.h
@@ -1,23 +1,24 @@
//
// SDLDeleteWindow.h
// SmartDeviceLink
-//
-// Created by cssoeutest1 on 11.07.19.
-// Copyright © 2019 smartdevicelink. All rights reserved.
-//
#import "SDLRPCRequest.h"
NS_ASSUME_NONNULL_BEGIN
-
/**
* Deletes previously created window of the SDL application.
- *
+ * @since 6.0
*/
@interface SDLDeleteWindow : SDLRPCRequest
/**
+ * @param windowId A unique ID to identify the window.
+ * The value of '0' will always be the default main window on the main display and cannot be deleted.
+ */
+- (instancetype)initWithId:(UInt32)windowId NS_DESIGNATED_INITIALIZER;
+
+/**
* A unique ID to identify the window.
* The value of '0' will always be the default main window on the main display and cannot be deleted.
* @see PredefinedWindows enum.