initialize With APIKey
fun initializeWithAPIKey(context: Context, secretKey: String, publishableKey: String, googlePayMerchantId: String? = null, debug: Boolean = false)
Initializes the Frame SDK. Call once from Application.onCreate before using any SDK component.
Parameters
context
The application context.
secret Key
Your Frame secret key (sk_...). Server-only — avoid shipping this in an app binary. The SDK emits a one-time warning whenever the secret key is used.
publishable Key
Your Frame publishable key (pk_...). Safe to embed in the app.
google Pay Merchant Id
Optional Google Pay merchant identifier. Required to show the Google Pay button in checkout.
debug
When true, API requests and responses are logged to logcat.