This commit is contained in:
Patrick Farley 2017-08-24 15:20:58 -07:00
Родитель dacf70ecf4
Коммит b0138cd266
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -16,11 +16,11 @@ preferredAppIds | A list of **NSString** objects representing IDs of the apps th
## Properties
### fallbackUri
`@property (nonatomic, readonly, copy, nullable) NSString* fallbackUri;`
`@property (nonatomic, copy, nullable) NSString* fallbackUri;`
The fallback URI to launch on the web in case the app launch URI fails.
### preferredAppIds
`@property (nonatomic, readonly, copy, nullable) NSArray* preferredAppIds;`
`@property (nonatomic, copy, nullable) NSArray* preferredAppIds;`
A list of **NSString** objects representing IDs of the apps that should be able to launch with this URI. For Windows apps, the ID will be the app's package family name.