Assurance API reference

extensionVersion

Returns the current version of the AEP Assurance extension.

Java

Syntax

Copied to your clipboard
public static String extensionVersion()

Example

Copied to your clipboard
Assurance.extensionVersion()

startSession

The startSession API needs to be called to begin a AEP Assurance session. When called, the Mobile SDK displays a PIN authentication overlay to begin a session.

This API is optional for Android.

Android does not require this API to be called. When the registerExtension API is called, AEP Assurance extension registers the app lifecycle handlers which automatically pick up any deep links and use them to start the session.

Java

Syntax

Copied to your clipboard
public static void startSession(final String url)

Example

Copied to your clipboard
Assurance.startSession(url);
Was this helpful?