You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take the current screen and make it discoverable, adding it to Apple's Core Spotlight index. Will be public if specified. You can override the type as desired, using one of the types provided in MobileCoreServices.
1344
+
1345
+
@param title Title for the spotlight preview item.
1346
+
@param description Description for the spotlight preview item.
1347
+
@param thumbnailUrl Url to an image to be used for the thumnbail in spotlight.
1348
+
@param linkParams Additional params to be added to the NSUserActivity. These will also be added to the Branch link.
1349
+
@param publiclyIndexable Whether or not this item should be added to Apple's public search index.
1350
+
@param type The type to use for the NSUserActivity, taken from the list of constants provided in the MobileCoreServices framework.
1351
+
@param keywords A set of keywords to be used in Apple's search index.
1352
+
@param expirationDate ExpirationDate after which this will not appear in Apple's search index.
1353
+
@param callback Callback called with the Branch url this will fallback to.
1354
+
@warning These functions are only usable on iOS 9 or above. Earlier versions will simply receive the callback with an error.
0 commit comments