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) -> TaskHandleParameters
completiona callback that’s called on completion and might receive an error.
View on GitHub
Device Class Reference