toggle menu
Docs
Verify SDK リファレンス
1.1.1
android
js
switch theme
search in API
shared
/
jp.co.pocketsign.verify.driver
/
ReaderSessionOption
Reader
Session
Option
android
js
data
class
ReaderSessionOption
(
val
timeout
:
Int
=
60000
)
ReaderSessionのオプション
data
class
ReaderSessionOption
(
val
detectionTimeout
:
Int
=
60000
)
ReaderSessionのオプション
Members
Constructors
Reader
Session
Option
Link copied to clipboard
android
js
constructor
(
timeout
:
Int
=
60000
)
constructor
(
detectionTimeout
:
Int
=
60000
)
Properties
detection
Timeout
Link copied to clipboard
js
val
detectionTimeout
:
Int
=
60000
カード検出の待機時間(ミリ秒)
timeout
Link copied to clipboard
android
val
timeout
:
Int
=
60000
カード通信のタイムアウト時間(ミリ秒)