9#import <CoreNFC/NFCReaderSession.h>
10#import <CoreNFC/NFCTagReaderSession.h>
11#import <Foundation/Foundation.h>
18API_AVAILABLE(ios(13.0))
20 : NSObject<NFCTagReaderSessionDelegate>
24@property (nonatomic, strong) NSString*
mMessage;
25@property (nonatomic, strong) NFCTagReaderSession*
mSession;
27- (instancetype)initWithListener:(
governikus::IosReader*)pListener;
30- (void)stopSession:(QString)pMessage;
32- (void)alertMessage:(QString)pMessage;
Definition: IosReader.h:26
Definition: IosReaderDelegate.h:20
NFCTagReaderSession * mSession
Definition: IosReaderDelegate.h:25
NSString * mMessage
Definition: IosReaderDelegate.h:24
bool mSessionStoppedByApplication
Definition: IosReaderDelegate.h:23
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15