Uses of Interface
org.robovm.apple.corenfc.NFCTag
| Package | Description |
|---|---|
| org.robovm.apple.corenfc |
-
Uses of NFCTag in org.robovm.apple.corenfc
Subinterfaces of NFCTag in org.robovm.apple.corenfc Modifier and Type Interface Description interfaceNFCFeliCaTaginterfaceNFCISO15693TaginterfaceNFCISO7816TaginterfaceNFCMiFareTagClasses in org.robovm.apple.corenfc that implement NFCTag Modifier and Type Class Description classNFCTagAdapterMethods in org.robovm.apple.corenfc that return NFCTag Modifier and Type Method Description NFCTagNFCTagReaderSession. getConnectedTag()Methods in org.robovm.apple.corenfc that return types with arguments of type NFCTag Modifier and Type Method Description static List<NFCTag>NFCTag.AsListMarshaller. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.corenfc with parameters of type NFCTag Modifier and Type Method Description voidNFCTagReaderSession. connectToTag(NFCTag tag, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.corenfc with type arguments of type NFCTag Modifier and Type Method Description voidNFCTagReaderSessionDelegate. didDetectTags(NFCTagReaderSession session, List<NFCTag> tags)voidNFCTagReaderSessionDelegateAdapter. didDetectTags(NFCTagReaderSession session, List<NFCTag> tags)static longNFCTag.AsListMarshaller. toNative(List<NFCTag> l, long flags)