com.iovation.launchkey.sdk.integration.mobile.driver.SampleAppMobileDriver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-integration-tests Show documentation
Show all versions of sdk-integration-tests Show documentation
Integration tests for the LaunchKey Service SDK for Java
package com.iovation.launchkey.sdk.integration.mobile.driver;
public interface SampleAppMobileDriver {
void unlinkDevice();
void linkDevice(String sdkKey, String linkingCode);
void linkDevice(String sdkKey, String linkingCode, String deviceName);
void approveRequest();
void denyRequest();
void receiveAndAcknowledgeAuthFailure();
void waitUntilLinkingIsFinished();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy