Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLResetGlobalProperties

SDLResetGlobalProperties Class Reference

Section Contents

Overview

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

-initWithProperties:

Convenience init to reset global properties.

Objective-C

- (nonnull instancetype)initWithProperties:
    (nonnull NSArray<SDLGlobalProperty> *)properties;

Swift

init(properties: [SDLGlobalProperty])

Parameters

properties

An array of one or more GlobalProperty enumeration elements

Return Value

An SDLResetGlobalProperties object

properties

An array of one or more GlobalProperty enumeration elements indicating which global properties to reset to their default value

Objective-C

@property (nonatomic, strong) NSArray<SDLGlobalProperty> *_Nonnull properties;

Swift

var properties: [SDLGlobalProperty] { get set }
View on GitHub.com
Previous Section Next Section