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
SDLWindowStatus

SDLWindowStatus Class Reference

Section Contents

Overview

Describes the status of a window of a door/liftgate etc.

@since SDL 7.0.0

-initWithLocation:state:

Objective-C

- (nonnull instancetype)initWithLocation:(nonnull SDLGrid *)location
                                   state:(nonnull SDLWindowState *)state;

Swift

init(location: SDLGrid, state: SDLWindowState)

Parameters

location

- location

state

- state

Return Value

A SDLWindowStatus object

location

location

Mandatory

Objective-C

@property (nonatomic, strong) SDLGrid *_Nonnull location;

Swift

var location: SDLGrid { get set }

state

state

Mandatory

Objective-C

@property (nonatomic, strong) SDLWindowState *_Nonnull state;

Swift

var state: SDLWindowState { get set }
View on GitHub.com
Previous Section Next Section