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
SDLRegisterAppInterfaceThe reason application’s interface was terminated
@property (nonatomic, strong) SDLAppInterfaceUnregisteredReason _Nonnull reason;
var reason: SDLAppInterfaceUnregisteredReason { get set }