InitializationRequestData

data class InitializationRequestData(intent: Intent)

This class represents the data used the start a initialization

Since

0.0.9

Parameters

intent

Corresponds the Android Intent that should be fired inside startActivityForResult flow

Constructors

Link copied to clipboard
fun InitializationRequestData(intent: Intent)

Properties

Link copied to clipboard
val intent: Intent