xref: /expo/ios/Exponent/Kernel/Core/EXAppBrowserController.h (revision 9155fd2f)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #import "EXKernelAppRegistry.h"
2 
3 NS_ASSUME_NONNULL_BEGIN
4 
5 @protocol EXAppBrowserController <NSObject>
6 
7 - (void)moveAppToVisible:(EXKernelAppRecord *)appRecord;
8 - (void)moveHomeToVisible;
9 - (void)reloadVisibleApp;
10 - (void)showQRReader;
11 - (void)addHistoryItemWithUrl:(NSURL *)manifestUrl manifest:(NSDictionary *)manifest;
12 - (void)getHistoryUrlForExperienceId:(NSString *)experienceId completion:(void (^)(NSString * _Nullable))completion;
13 - (BOOL)isNuxFinished;
14 - (void)setIsNuxFinished:(BOOL)isFinished;
15 - (void)appDidFinishLoadingSuccessfully:(EXKernelAppRecord *)appRecord;
16 
17 @end
18 
19 NS_ASSUME_NONNULL_END
20 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025