Skip to main content

DeviceRegistrationView

STRUCT

DeviceRegistrationView

public struct DeviceRegistrationView: View

Properties

body

public var body: some View

Methods

init(deviceId:)

public init(deviceId: DeviceId)

A screen which can register the current device, based on the input deviceId to the Causal web tools.

  • Parameter deviceId: The persistent device id for this device.

Parameters

NameDescription
deviceIdThe persistent device id for this device.