Interface SdkDataProvider
-
- All Implemented Interfaces:
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) public interface SdkDataProvider
A provider that creates SDK data with the necessary information.
-
-
Method Summary
Modifier and Type Method Description abstract StringcreateEncodedSdkData(String threeDS2SdkVersion)Creates the encoded SDK data. -
-
Method Detail
-
createEncodedSdkData
abstract String createEncodedSdkData(String threeDS2SdkVersion)
Creates the encoded SDK data.
- Parameters:
threeDS2SdkVersion- The version of the 3DS2 SDK.- Returns:
The created encoded String from SDK data object.
-
-
-
-