CA SDK Reference - v1.0.0
Preparing search index...
OnIntentHook
Type Alias OnIntentHook
OnIntentHook
:
(
data
:
{
allow
:
()
=>
void
;
deny
:
()
=>
void
;
intent
:
Intent
;
refresh
:
()
=>
Promise
<
Intent
>
;
}
,
)
=>
void
Type declaration
(
data
:
{
allow
:
()
=>
void
;
deny
:
()
=>
void
;
intent
:
Intent
;
refresh
:
()
=>
Promise
<
Intent
>
;
}
,
)
:
void
Parameters
data
:
{
allow
:
()
=>
void
;
deny
:
()
=>
void
;
intent
:
Intent
;
refresh
:
()
=>
Promise
<
Intent
>
;
}
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Docs
CA SDK Reference - v1.0.0
Loading...