InPersonPaymentsInitializer
@ExperimentalCoroutinesApi
@FlowPreview
Deprecated
`InPersonPaymentsInitializer` was moved to the `api` package.
Replace with
import com.adyen.ipp.api
Content copied to clipboard
InPersonPaymentsInitializer
Content copied to clipboard
Main initializer used by Jetpack StartUp library to automatically initialize the SDK.
Automatic Initialization
The SDK already initializes automatically, no extra steps required.
Manual Initialization
Disable this initializer: https://developer.android.com/topic/libraries/app-startup#disable-individual
Manually initialize the SDK:
AppInitializer.getInstance(context)
.initializeComponent(InPersonPaymentsInitializer::class.java)
Content copied to clipboard