MSFKApplicationMetadata Class Reference
| Inherits from | NSObject |
| Declared in | MSFKApplicationMetadata.h MSFKApplicationMetadata.m |
Tasks
-
applicationURLproperty -
sessionIDproperty -
applicationNameproperty -
imagesproperty -
namespacesproperty -
– senderAppIdentifier -
– senderAppLaunchURL -
– senderApplicationInfo
Properties
applicationName
The application’s name.
@property (nonatomic, copy, readonly) NSString *applicationNameDiscussion
The application’s name.
Declared In
MSFKApplicationMetadata.happlicationURL
The application’s URL.
@property (nonatomic, copy, readonly) NSString *applicationURLDiscussion
The application’s URL.
Declared In
MSFKApplicationMetadata.himages
The application MSFKImage images.
@property (nonatomic, copy, readonly) NSArray *imagesDiscussion
The application MSFKImage images.
Declared In
MSFKApplicationMetadata.hInstance Methods
senderAppIdentifier
The identifier of the sender application that is the counterpart to the receiver application, if any.
- (NSString *)senderAppIdentifierDiscussion
The identifier of the sender application that is the counterpart to the receiver application, if any.
Declared In
MSFKApplicationMetadata.hsenderAppLaunchURL
The launch URL for the sender application that is the counterpart to the receiver application, if any.
- (NSURL *)senderAppLaunchURLDiscussion
The launch URL for the sender application that is the counterpart to the receiver application, if any.
Declared In
MSFKApplicationMetadata.h