1.15.x -> 1.16.0
After upgrading to 1.16.0
Breaking Changes
Framework affected: Portal
PortalChanges to DeviceService API
Concrete Example
let service = DeviceService(identity: identity)
service.activate(mode: .activate, then: { result in
switch result {
case: .success(_)
// activation successful
case: .failure(_)
// failure error
}
})Concrete Example
Last updated