Features SDK
Overview
The Features SDK provides all functionality related to individual features that are associated with an mCard. This Features SDK provides methods to support the following operations:
- View Features that are currently active on a the specified mCard
- View Features that are available to add to the specified mCard
- Add Features to an mCard
- Accept Feature T&Cs
- Check a Feature’s subscriptions and purchase new subscriptions
The image below illustrates the use of the Features SDK to retrieve features that are associated with an mCard.
Native Features
The mCards platform supports a complement of native features that are available to manage in the Features SDK. The current set of native features includes:
- Send Money - This allows a user to send money to another individual.
- Card Controls - This feature allows a user to Freeze/Unfreeze an mCard
- Convert Points - This feature allows a user to convert accumulated points into mCash for use on the next transaction.
- Offers - This feature allows a user to view offers that are available when using an mCard.
Secure Web Features
Secure web features are designed to be opened in secure WebViews within the app, and do not require any other native UI implementations. The associated mCard must be in an “active” state to use secure web features.
Launching a secure web feature in a WebView requires the usage of SSO tokens retrieved from the Features SDK.
Demo Projects
Updated 4 months ago