Unboxing the Android SDK

Unboxing the Android SDK

  • CyoGateSDK — Main entry point (singleton)
  • CyoGateConfiguration — Builder-pattern configuration
  • TransactionRequest — Describes the payment
  • TransactionResult — Contains outcome data
  • CyoGateTransactionCallback — Result callback interface
import net.cyogate.sdk.CyoGateSDK

val config = CyoGateConfiguration.Builder()
    .setApiKey("YOUR_PUBLIC_KEY")
    .setEnvironment(CyoGateEnvironment.PRODUCTION)
    .build()
val sdk = CyoGateSDK.initialize(this, config)
See the Tap to Pay on Android overview for the full topic list.

Take Your Business to the Next Level

Find out how our innovative payment solutions can benefit your business. Reach out to us for more information or to get started!

Let's Get Started