@interface CDRemoteLauncherOptions : NSObject
A class to represent options for the remote launch feature.
Members | Descriptions |
---|---|
fallbackUri | The fallback URI |
preferredAppIds | The app ids |
@property (nonatomic, readonly, copy, nullable) NSString* fallbackUri;
The fallback uri.
@property (nonatomic, readonly, copy, nullable) NSArray* preferredAppIds;
The app ids.