SyncActivityWithAnotherDevice
data class SyncActivityWithAnotherDevice(val source: String?) : GlobalActivityStarter.ActivityParams
Use this class to launch the sync screen and immediately start "sync with another device" flow. source is an optional telemetry tag identifying where the flow was started from.
globalActivityStarter.start(context, SyncActivityWithAnotherDevice(source = "duckai_card"))Content copied to clipboard