Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 482 Bytes

File metadata and controls

13 lines (8 loc) · 482 Bytes

Crowd Connected Colocator iOS integration

An iOS Cordova plugin that handles all the specific settings of iOS for the Crowd Connected Colocator Cordova plugin.

Usage

The core plugin module is exposed via the global window.CrowdConnectedColocatoriOSIntegration object.

Example usage

window.CrowdConnectedColocatoriOSIntegration.start(<appKey>, <successCallback>, <errorCallback>);