Inherits from NSObject
Declared in MSFKApplicationMetadata.h
MSFKApplicationMetadata.m

Overview

Information about a first-screen application.

@ingroup Applications

Properties

applicationName

The application’s name.

@property (nonatomic, copy, readonly) NSString *applicationName

Discussion

The application’s name.

Declared In

MSFKApplicationMetadata.h

applicationURL

The application’s URL.

@property (nonatomic, copy, readonly) NSString *applicationURL

Discussion

The application’s URL.

Declared In

MSFKApplicationMetadata.h

images

The application MSFKImage images.

@property (nonatomic, copy, readonly) NSArray *images

Discussion

The application MSFKImage images.

Declared In

MSFKApplicationMetadata.h

namespaces

The set of namespaces supported by this application.

@property (nonatomic, copy, readonly) NSArray *namespaces

Discussion

The set of namespaces supported by this application.

Declared In

MSFKApplicationMetadata.h

sessionID

The session’s ID.

@property (nonatomic, copy, readonly) NSString *sessionID

Discussion

The session’s ID.

Declared In

MSFKApplicationMetadata.h

Instance Methods

senderAppIdentifier

The identifier of the sender application that is the counterpart to the receiver application, if any.

- (NSString *)senderAppIdentifier

Discussion

The identifier of the sender application that is the counterpart to the receiver application, if any.

Declared In

MSFKApplicationMetadata.h

senderAppLaunchURL

The launch URL for the sender application that is the counterpart to the receiver application, if any.

- (NSURL *)senderAppLaunchURL

Discussion

The launch URL for the sender application that is the counterpart to the receiver application, if any.

Declared In

MSFKApplicationMetadata.h

senderApplicationInfo

Returns the sender application info for this platform, or nil if there isn’t one.

- (MSFKSenderApplicationInfo *)senderApplicationInfo

Discussion

Returns the sender application info for this platform, or nil if there isn’t one.

Declared In

MSFKApplicationMetadata.h