MapplsAPIKit (REST API Kit for iOS)¶
Device Search¶
The allows you to get the device which is registered or not
MapplsDeviceSearchManager¶
MapplsDeviceSearchManager
is the main class which will be used to get device details.
let options = MapplsDeviceSearchOptions(query: "ClusterId")
MapplsDeviceSearchManager.shared.getDeviceSearchResult(options) { response, error in
if let error = error {
print(error.localizedDescription)
} else {
guard let response = response, let results = response.deviceSearchResult else {
return
}
print(results.first?.entityName)
}
}
Our many happy customers:¶
For any queries and support, please contact:
Email us at apisupport@mappls.com
Support
Need support? contact us!
@ Copyright 2022 CE Info Systems Pvt. Ltd. All Rights Reserved.
Terms & Conditions | Privacy Policy | Supplier Sustainability Policy | Health & Safety Policy | Environmental Policy & CSR Report
Customer Care: +91-9999333223