QIWI SDK / Modules / index / QIWI / DetectorCompat
Deprecated
Используйте класс Detector
и новые сигнатуры
методов
Export
-
↳
DetectorCompat
• new DetectorCompat()
Creates an instance of DetectorCompat.
Memberof
DetectorCompat
apis/detector/detector.compat.ts:17
• Protected
Readonly
_options: ApiClassOptions
Memberof
OptionsWrapper
• Readonly
detectProvider: DetectorDetectApi
▪ Static
Readonly
DetectApi: typeof DetectorDetectApi
= DetectorDetectApi
• get
agent(): any
Memberof
WalletCompat
any
Detector.agent
• set
agent(agent
): void
Memberof
WalletCompat
Name | Type |
---|---|
agent |
any |
void
Detector.agent
• get
options(): T
Memberof
OptionsWrapperWithGetter
T
Detector.options
▸ getCardProvider(cardNumber
): Promise
<number
>
Memberof
Detector
Name | Type |
---|---|
cardNumber |
string |
Promise
<number
>
Promise
apis/detector/detector.compat.ts:37
▸ getPhoneProvider(phone
): Promise
<number
>
Memberof
Detector
Name | Type |
---|---|
phone |
string |
Promise
<number
>
Promise
apis/detector/detector.compat.ts:27
▸ Static
create(): Detector
Static
Memberof
Detector
Detector
▸ Static
httpClientFactory(): SimpleJsonHttp
Static
Memberof
Detector
SimpleJsonHttp