SCPTapToPayDiscoveryConfiguration
Objective-C
@interface SCPTapToPayDiscoveryConfiguration
    : NSObject <SCPDiscoveryConfiguration>
                Swift
class TapToPayDiscoveryConfiguration : NSObject, DiscoveryConfiguration
                The Tap To Pay discovery method searches for any readers built into the
merchant device that are supported by Stripe Terminal.
When discovering a reader with this method didUpdateDiscoveredReaders
will only be called once with a list of discovered readers, if any.
An error may be provided if a discovery attempt is made in an
on a device without hardware support for the Tap To Pay reader or
one running an unsupported version of iOS.
Create instances of this class using a SCPTapToPayDiscoveryConfigurationBuilder.
- 
                  
                  
Unavailable
Declaration
Objective-C
- (nonnull instancetype)init; - 
                  
                  
Unavailable
Declaration
Objective-C
+ (nonnull instancetype)new;