BlinkReceipt SDK
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
BlinkReceipt SDK
blinkreceipt-recognizer
/
com.microblink
/
PromotionsClient
Promotions
Client
class
PromotionsClient
Members
Constructors
Promotions
Client
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
Functions
promotions
Link copied to clipboard
@
NonNull
open
fun
promotions
(
)
:
Task
<
List
<
PromotionInfo
>
>
@
NonNull
open
fun
promotions
(
@
Nullable
latLng
:
LatLng
)
:
Task
<
List
<
PromotionInfo
>
>
@
NonNull
open
fun
promotions
(
@
NonNull
executor
:
Executor
,
@
Nullable
latLng
:
LatLng
)
:
Task
<
List
<
PromotionInfo
>
>