InterviewSolution
Saved Bookmarks
| 1. |
How Do I Start Discovery? |
|
Answer» USING the SHARED instance of Uverse Connected Manager, call the start Discovery METHOD on APPLICATION load to initiate the discovery process: iOS [[UverseConnectedManager sharedManager] startDiscovery]; Android uveManagerInstance.startDiscovery(uveListenerInstance); Using the shared instance of Uverse Connected Manager, call the start Discovery method on application load to initiate the discovery process: iOS [[UverseConnectedManager sharedManager] startDiscovery]; Android uveManagerInstance.startDiscovery(uveListenerInstance); |
|