DeviceRegistrationView
//causallabs-android-compose/io.causallabs.android.compose/DeviceRegistrationView
DeviceRegistrationView
[io.causallabs.android.compose]\
fun DeviceRegistrationView(deviceId: PersistentId, modifier: Modifier = Modifier)
A screen which can register the current device, based on the input deviceId to the Causal web tools. This is intended for debug application builds only and should not be included in production releases.
Parameters
io.causallabs.android.compose
| deviceId | the persistent device id for this device. |
| modifier | compose modifier which is applied to the root composable. |