Getting Started
Import
Import the io.straic.StraicSDK into your file.
import io.straic.StraicSDKLoad
The load function initializes the StraicSDK. Please make sure to include your "SDK Key" here
For access to the "Straic Backoffice" please contact [email protected].
val sdkKey = "SDK KEY"
StraicSDK.load(sdkKey = sdkKey)Last updated
Was this helpful?