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
SDLOnAppInterfaceUnregistered

SDLOnAppInterfaceUnregistered Class Reference

Section Contents

Overview

Notifies an application that its interface registration has been terminated. This means that all SDL resources associated with the application are discarded, including the Command Menu, Choice Sets, button subscriptions, etc.

For more information about SDL resources related to an interface registration, see SDLRegisterAppInterface.

@since SDL 1.0

See

SDLRegisterAppInterface

reason

The reason application’s interface was terminated

Objective-C

@property (nonatomic, strong) SDLAppInterfaceUnregisteredReason _Nonnull reason;

Swift

var reason: SDLAppInterfaceUnregisteredReason { get set }
View on GitHub.com
Previous Section Next Section