browserui/browser/BrowserAppInc/ApiProvider.h
branchRCL_3
changeset 43 b149f0820e5a
parent 0 84ad3b177aa3
equal deleted inserted replaced
41:aead3f7e1bb0 43:b149f0820e5a
   395 		* @return ETrue if Dialog or Menu is displayed
   395 		* @return ETrue if Dialog or Menu is displayed
   396 		*         EFalse otherwise
   396 		*         EFalse otherwise
   397 		* @param none
   397 		* @param none
   398 		*/		        
   398 		*/		        
   399 		virtual TBool IsDisplayingMenuOrDialog() = 0;
   399 		virtual TBool IsDisplayingMenuOrDialog() = 0;
       
   400 		
       
   401 		/**
       
   402 		* API to complete the delayed UI initialization. Invoked once after first view is up.
       
   403 		* @return ETrue if successful
       
   404 		*         EFalse otherwise
       
   405 		* @param none
       
   406 		*/
       
   407 	    virtual TBool CompleteDelayedInit() = 0;
   400 
   408 
   401 };
   409 };
   402 
   410 
   403 #endif
   411 #endif
   404 
   412