All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.iovation.launchkey.sdk.integration.mobile.driver.SampleAppMobileDriver Maven / Gradle / Ivy

There is a newer version: 4.10.0
Show newest version
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