react-native-google-mobile-ads
Documentation
GitHub
npm
Preparing search index...
UsePooledAdResult
Type Alias UsePooledAdResult
UsePooledAdResult
:
UsePooledAdResultBase
&
(
|
{
ad
:
null
;
error
:
null
;
status
:
"idle"
}
|
{
ad
:
PooledAd
|
null
;
error
:
null
;
status
:
"polling"
}
|
{
ad
:
PooledAd
;
error
:
null
;
status
:
"filled"
}
|
{
ad
:
null
;
error
:
null
;
status
:
"empty"
}
|
{
ad
:
null
;
error
:
null
;
status
:
"timeout"
}
|
{
ad
:
null
;
error
:
AdError
;
status
:
"no-fill"
}
|
{
ad
:
null
;
error
:
AdError
;
status
:
"error"
}
|
{
ad
:
PooledAd
|
null
;
error
:
null
;
status
:
"stale-by-policy"
}
|
{
ad
:
null
;
error
:
null
;
status
:
"consumed"
}
)
Poll-on-demand hook state, discriminated on
status
.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation
Documentation
GitHub
npm
react-native-google-mobile-ads
Loading...
Poll-on-demand hook state, discriminated on
status.