MSFKSenderApplicationInfo Class Reference
| Inherits from | NSObject |
| Conforms to | NSCopying |
| Declared in | MSFKSenderApplicationInfo.h MSFKSenderApplicationInfo.m |
Tasks
-
platformproperty -
appIdentifierproperty -
launchURLproperty -
– initWithPlatform:appIdentifier:launchURL: -
– initWithJSONObject:
Properties
appIdentifier
The sender app’s unique identifier.
@property (nonatomic, copy, readonly) NSString *appIdentifierDiscussion
The sender app’s unique identifier.
Declared In
MSFKSenderApplicationInfo.hInstance Methods
initWithJSONObject:
Constructs a new SenderApplicationInfo object from JSON data.
- (id)initWithJSONObject:(id)JSONObjectParameters
- JSONObject
The JSON data.
Discussion
Constructs a new SenderApplicationInfo object from JSON data.
Declared In
MSFKSenderApplicationInfo.hinitWithPlatform:appIdentifier:launchURL:
Designated initializer. Constructs a new SenderApplicationInfo object.
- (id)initWithPlatform:(MSFKSenderApplicationInfoPlatform)platform appIdentifier:(NSString *)appIdentifier launchURL:(NSURL *)launchURLParameters
- platform
The sender platform.
- appIdentifier
The sender application’s unique identifer.
- launchUrl
The URL for launching the application on the sender platform.
Discussion
Designated initializer. Constructs a new SenderApplicationInfo object.
Declared In
MSFKSenderApplicationInfo.h