UNPKG
@zegocloud/zego-uikit-prebuilt-call-mini-program
Version:
latest (2.1.0)
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.0
zegocloud prebuilt meeting rtc sdk
@zegocloud/zego-uikit-prebuilt-call-mini-program
/
src
/
services
/
internal
/
NotifyList.d.ts
8 lines
(7 loc)
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
class
NotifyList
<
T
>
{
private
listeners;
addListener
(
key
:
string
,
data
: T):
void
;
removeListener
(
key
:
string
):
void
;
notifyAllListener
(
notifier
: (
data
: T) =>
void
):
void
;
clear
():
void
; }