Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 619 Bytes

CDRemoteLauncherOptions.md

File metadata and controls

26 lines (17 loc) · 619 Bytes

class CDRemoteLauncherOptions

@interface CDRemoteLauncherOptions : NSObject

A class to represent options for the remote launch feature.

Summary

Members Descriptions
fallbackUri The fallback URI
preferredAppIds The app ids

Properties

fallbackUri

@property (nonatomic, readonly, copy, nullable) NSString* fallbackUri;

The fallback uri.

preferredAppIds

@property (nonatomic, readonly, copy, nullable) NSArray* preferredAppIds;

The app ids.