Initialization
Start the SDK
Standard Experience Initialization
The PayMitto SDK allows to start a standard experience which will open the Home Screen of the SDK or, the Start a Transfer screen for new senders. Click here to check how run the Standard Initialization Experience.
Transfer Details Initialization
The PayMitto SDK also allows to start a Transfer Details experience which will open the Transfer Status screen allowing the sender to get details about an specific transfer. Click here to check how run the Transfer Initialization Experience.
Fragment Experience Initialization
The PayMitto SDK can also run inside your own Activity as a Fragment, keeping your Activity in the RESUMED state while the SDK is active. This is the recommended approach when your Activity's lifecycle drives coroutines, LiveData observers, or custom modals that must remain uninterrupted.
Two Fragment entry points are available:
- Fragment Standard Experience — opens the Home screen or Start a Transfer screen as a Fragment.
- Fragment Transfer Experience — opens directly to a specific transfer's status screen as a Fragment.
Updated 8 days ago

