Device

public class Device : UserDeviceAPI

Gives you access to user device related information

  • Update the user device data, creating a new device fingerprint.

    Declaration

    Swift

    @discardableResult
    public func update(_ device: UserDevice, completion: @escaping NoValueCallback) -> TaskHandle

    Parameters

    completion

    a callback that’s called on completion and might receive an error.