@stripe/stripe-terminal-react-native
Preparing search index...
ConnectBluetoothProximityReaderParams
Type Alias ConnectBluetoothProximityReaderParams
type
ConnectBluetoothProximityReaderParams
=
{
autoReconnectOnUnexpectedDisconnect
?:
boolean
;
discoveryMethod
:
"bluetoothProximity"
;
locationId
:
string
;
onPaymentMethodSelectionRequired
?:
PaymentMethodSelectionHandler
;
onQrCodeDisplayRequired
?:
QrCodeDisplayHandler
;
reader
:
Reader
.
Type
;
testReaderUpdate
?:
TestReaderUpdate
;
}
Index
Properties
auto
Reconnect
On
Unexpected
Disconnect?
discovery
Method
location
Id
on
Payment
Method
Selection
Required?
on
Qr
Code
Display
Required?
reader
test
Reader
Update?
Properties
Optional
auto
Reconnect
On
Unexpected
Disconnect
autoReconnectOnUnexpectedDisconnect
?:
boolean
discovery
Method
discoveryMethod
:
"bluetoothProximity"
location
Id
locationId
:
string
Optional
on
Payment
Method
Selection
Required
onPaymentMethodSelectionRequired
?:
PaymentMethodSelectionHandler
Optional
on
Qr
Code
Display
Required
onQrCodeDisplayRequired
?:
QrCodeDisplayHandler
reader
reader
:
Reader
.
Type
Optional
test
Reader
Update
testReaderUpdate
?:
TestReaderUpdate
Configures a simulated reader update for testing. Only used in test mode.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Reconnect
On
Unexpected
Disconnect
discovery
Method
location
Id
on
Payment
Method
Selection
Required
on
Qr
Code
Display
Required
reader
test
Reader
Update
@stripe/stripe-terminal-react-native
Loading...
Configures a simulated reader update for testing. Only used in test mode.