Skip to content

Instantly share code, notes, and snippets.

@sproctor
Created September 29, 2021 21:57
Show Gist options
  • Save sproctor/210beb2b9f9166153edb906d9e1cb204 to your computer and use it in GitHub Desktop.
Save sproctor/210beb2b9f9166153edb906d9e1cb204 to your computer and use it in GitHub Desktop.
Initialize SDKHandler
class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
val sdkHandler = SDKHandler(this, true)
setContent {
ScannerComposeTheme {
ScannerContent(sdkHandler)
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment