You.i Engine
YiDeepLinkBridgeLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2018. All rights reserved.
2 #ifndef _YI_DEEP_LINK_BRIDGE_LOCATOR_H_
3 #define _YI_DEEP_LINK_BRIDGE_LOCATOR_H_
4 
5 #include "YiDeepLinkBridge.h"
6 
16 {
17 public:
24 };
25 
30 #endif // _YI_DEEP_LINK_BRIDGE_LOCATOR_H_
Class for accessing deep link urls which launched the app, and for launching other apps using urls...
Definition: YiDeepLinkBridge.h:16
static CYIDeepLinkBridge * GetDeepLinkBridge()
Instantiates the CYIDeepLinkBridge; the instance will be deleted automatically when the application i...
Definition: YiDeepLinkBridgeLocator.h:15