DeviceRegistrationService

public protocol DeviceRegistrationService

The interface for Device Registration Service

  • API to register device. Users are advised to invoke this API on app launch, to trigger device registration in advance.

    Default Implementation

    API to register device. Users are advised to invoke this API on app launch, to trigger device registration in advance.

    Declaration

    Swift

    func registerDevice(device: PlatformClient, proxyDevice: PlatformClient?, completionHandler: @escaping (Result<DeviceSecret, Error>) -> Void)