FuturaeAdaptiveApi

public interface FuturaeAdaptiveApi

Adaptive functionality API. You can use these APIs only while having imported the adaptive SDK dependency https://github.com/Futurae-Technologies/android-adaptive-sdk

Functions

Link copied to clipboard

Initiate an Adaptive collection, based on the available device permissions and capabilities

Link copied to clipboard
public abstract Unit disableAdaptive()

Disable Adaptive SDK.

Disable submission of Adaptive Context data on Account Migrations

Disable submission of Adaptive Context data on Authentications

Link copied to clipboard
public abstract Unit enableAdaptive(Application application)

Enable the Adaptive SDK.

Enable submission of Adaptive Context data on Account Migrations

Enable submission of Adaptive Context data on Authentications

Link copied to clipboard
public abstract Boolean isAdaptiveEnabled()

Check if Adaptive SDK is currently enabled

Check if submission of Adaptive Context data on Migration is currently enabled

Check if submission of Adaptive Context data on Authentication is currently enabled