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
SDLAppInfo

SDLAppInfo Class Reference

Section Contents

Overview

A struct used in register app interface. Contains detailed information about the registered application.

+currentAppInfo

Convenience init with no parameters

Objective-C

+ (nonnull instancetype)currentAppInfo;

Swift

class func current() -> Self

Return Value

An SDLAppInfo object

appDisplayName

The name displayed for the mobile application on the mobile device (can differ from the app name set in the initial RAI request).

Required

Objective-C

@property (nonatomic, strong) NSString *_Nonnull appDisplayName;

Swift

var appDisplayName: String { get set }

appBundleID

The AppBundleID of an iOS application or package name of the Android application. This supports App Launch strategies for each platform.

Required

Objective-C

@property (nonatomic, strong) NSString *_Nonnull appBundleID;

Swift

var appBundleID: String { get set }

appVersion

Represents the build version number of this particular mobile app.

Required

Objective-C

@property (nonatomic, strong) NSString *_Nonnull appVersion;

Swift

var appVersion: String { get set }
View on GitHub.com
Previous Section Next Section