@gphone/sdk
Preparing search index...
SendNotificationOptions
Interface SendNotificationOptions
interface
SendNotificationOptions
{
avatar
?:
string
;
duration
?:
number
;
message
:
string
;
onClick
?:
()
=>
void
;
title
?:
string
;
type
?:
ToastType
;
}
Index
Properties
avatar?
duration?
message
on
Click?
title?
type?
Properties
Optional
avatar
avatar
?:
string
Optional
duration
duration
?:
number
message
message
:
string
Optional
on
Click
onClick
?:
()
=>
void
Optional
title
title
?:
string
Optional
type
type
?:
ToastType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
avatar
duration
message
on
Click
title
type
@gphone/sdk
Loading...