Resets the passed global properties to their default values as defined by SDL
The HELPPROMPT global property default value is generated by SDL consists of
the first vrCommand of each Command Menu item defined at the moment PTT is
pressed
The TIMEOUTPROMPT global property default value is the same as the HELPPROMPT
global property default value
HMILevel needs to be FULL, LIMITED or BACKGROUND
Since SmartDeviceLink 1.0 See SetGlobalProperties
Convenience init to reset global properties.
- (nonnull instancetype)initWithProperties:
(nonnull NSArray<SDLGlobalProperty> *)properties;
init(properties: [SDLGlobalProperty])
An array of one or more GlobalProperty enumeration elements
An SDLResetGlobalProperties object
An array of one or more GlobalProperty enumeration elements indicating which global properties to reset to their default value
@property (nonatomic, strong) NSArray<SDLGlobalProperty> *_Nonnull properties;
var properties: [SDLGlobalProperty] { get set }