init

fun init(context: Context, applicationId: String)

Method that initiates the SDK. It should be called first than anything else.

Parameters

context

This can be an ApplicationContext.

applicationId

Tap On Phone Application ID, which will be provided by Geopagos.

Throws

if the SDK is already initialized (this method was already called before, without invoking release afterwards).