UNPKG
@omneedia/client-js
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.1
2.0.0
Isomorphic Javascript client for Omneedia
github.com/omneedia/client-js
omneedia/client-js
@omneedia/client-js
/
dist
/
main
/
lib
/
realtime.d.ts
9 lines
•
313 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
OmneediaRealtime
{
protected
Channel
:
string
;
protected
ref
:
any
;
constructor
(
channel
:
string
,
ref
:
any
);
send
(
message
:
any
):
Promise
<
this
>;
on
(
type
:
string
,
event
:
any
,
cb
:
Function
):
this
;
subscribe
(
callback
:
Function
):
this
; }
//# sourceMappingURL=realtime.d.ts.map