Product
NPM
Versions
Preparing search index...
The search index is not available
@livelike/react-native
useLoadWidgetEffect
Function useLoadWidgetEffect
use
Load
Widget
Effect
(
__namedParameters
)
:
{
data
:
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IWidgetEarnableReward
[]
]
;
error
:
undefined
;
isLoading
:
boolean
;
onApi
:
undefined
;
}
|
{
data
:
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IRewardTransaction
[]
]
;
error
:
string
;
isLoading
:
boolean
;
onApi
:
(
(
)
=>
Promise
<
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IRewardTransaction
[]
]
>
)
;
}
Parameters
__namedParameters
:
UseLoadWidgetEffectArg
Returns
{
data
:
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IWidgetEarnableReward
[]
]
;
error
:
undefined
;
isLoading
:
boolean
;
onApi
:
undefined
;
}
|
{
data
:
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IRewardTransaction
[]
]
;
error
:
string
;
isLoading
:
boolean
;
onApi
:
(
(
)
=>
Promise
<
readonly
[
IWidgetPayload
,
IWidgetInteraction
[]
,
IRewardTransaction
[]
]
>
)
;
}
Settings
Member Visibility
Inherited
@livelike/react-native - v0.0.1-alpha.25
<internal>
BannerType
LLThemeType
PopoverType
WidgetMode
WidgetResultState
WidgetUIPhase
Banner
BasePickerData
ComponentStyleProp
GifPickerState
IChatMessage
IChatUserMessage
LLAlertWidgetBodyProps
LLAlertWidgetBodyStyles
LLAlertWidgetDetailProps
LLAlertWidgetDetailStyles
LLAlertWidgetLinkProps
LLAlertWidgetLinkStyles
LLAlertWidgetProps
LLBasePickerProps
Loading...
Generated using
TypeDoc