MeetHourAPI class
Extended `MeetHourExternalAPI' JS
Allows Dart code comunicate with the MeetHourExternalAPI
see https://github.com/v-empower/MeetHour-Web-MobileSDKs/tree/master/Web/Javascript/Generic-Javascript
- Available extensions
- Annotations
-
- @JS('meethour.MeetHourAPI')
Constructors
- MeetHourAPI(JSString domain, JSString options)
-
Constructor
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addEventListener(
JSString eventName, JSFunction callback) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Add an Event Listener for theMeetHourExternalAPI -
dispose(
) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
remove instace -
executeCommand(
JSString command, JSArray< JSString> arguments) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Interface to execute a command withMeetHourExternalAPI -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
JSString event, JSFunction callback) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Generic handler Js for events -
removeEventListener(
JSArray< JSString> listener) → void -
Available on MeetHourAPI, provided by the MeetHourAPIInterop extension
Remove Event Listener for theMeetHourExternalAPI -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited