Integrate SDK
Last updated
Was this helpful?
Import the DENTGigastoreSDK into your file.
import com.dentwireless.GigastoreThe load method initializes the Gigastore SDK. Please make sure to include your "SDK Key" here. You can find your SDK Key in the Gigastore under "SDK -> Android -> Sales Channel".
Call this in the onCreate() from the activity where you plan to use the SDK or an Application subclass. Make sure to add a Context.
val sdkKey = "SDK KEY"
Gigastore.load(context, sdkKey)Last updated
Was this helpful?
Was this helpful?