init

open fun init(@NonNull apiKey: String)

Explicitly initialize the SDK. Using this init() method will set the SDK domain to the default "us1.gigya.com" see init to explicitly set the required domain.

Parameters

apiKey

Client API-KEY.


open fun init(@NonNull apiKey: String, @NonNull apiDomain: String)

Explicitly initialize the SDK.

Parameters

apiKey

Client API-KEY

apiDomain

Request Domain.


open fun init(@NonNull apiKey: String, @NonNull apiDomain: String, @NonNull cname: String)

Explicitly initialize the SDK With additional CNAME parameter.

Parameters

apiKey

Client API-KEY

apiDomain

Request Domain.

cname

CNAME.