atomic_transact_flutter library

Classes

Atomic
AtomicConfig
Configure for how you interact with the Atomic Transact SDK
Deeplink users into a specific step
AtomicDistribution
Pass in enforced deposit settings. Enforcing deposit settings will eliminate company search results that do not support the distribution settings.
AtomicExperiments
Override feature flags found in your Atomic Dashboard settings. This parameter can help run A/B tests on features within Transact.
AtomicSearch
Enforce search queries
AtomicTask
Defines configuration for the tasks you wish to execute as part of the task workflow.
AtomicTheme
Provide colors to customize Transact.
AtomicTransactDataRequest
AtomicTransactInteraction
AtomicTransactResponse
Response returned when transact is closed

Enums

AtomicDeeplinkStep
AtomicDistributionType
Type of distribution
AtomicProductType
The product to initiate
AtomicTransactCompletionType
AtomicTransactError
Reasons that transact might fail to load
AtomicTransactHandoff

Typedefs

AtomicCompletionHandler = void Function(AtomicTransactCompletionType type, AtomicTransactResponse? response, AtomicTransactError? error)
Response with more information when Transact completes and dismisses.
AtomicDataRequestHandler = void Function(AtomicTransactDataRequest request)
Closure that will be called when a Transact data request event occurs
AtomicInteractionHandler = void Function(AtomicTransactInteraction interaction)
Closure that will be called when a Transact Interaction event occurs