Uses of Class
org.robovm.apple.corenfc.NFCNDEFMessage
| Package | Description |
|---|---|
| org.robovm.apple.corenfc |
-
Uses of NFCNDEFMessage in org.robovm.apple.corenfc
Methods in org.robovm.apple.corenfc that return NFCNDEFMessage Modifier and Type Method Description static NFCNDEFMessageNSUserActivityExtensions. getNdefMessagePayload(NSUserActivity thiz)Methods in org.robovm.apple.corenfc with parameters of type NFCNDEFMessage Modifier and Type Method Description voidNFCNDEFTag. writeNDEF(NFCNDEFMessage ndefMessage, VoidBlock1<NSError> completionHandler)Method parameters in org.robovm.apple.corenfc with type arguments of type NFCNDEFMessage Modifier and Type Method Description voidNFCNDEFReaderSessionDelegate. didDetectNDEFs(NFCNDEFReaderSession session, NSArray<NFCNDEFMessage> messages)voidNFCNDEFReaderSessionDelegateAdapter. didDetectNDEFs(NFCNDEFReaderSession session, NSArray<NFCNDEFMessage> messages)voidNFCNDEFTag. readNDEF(VoidBlock2<NFCNDEFMessage,NSError> completionHandler)