android.nfc.INfcUnlockHandler.aidl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-all Show documentation
Show all versions of android-all Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
package android.nfc;
import android.nfc.Tag;
/**
* @hide
*/
interface INfcUnlockHandler {
boolean onUnlockAttempted(in Tag tag);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy