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

Annotations
  • @JS('meethour.MeetHourAPI')

Constructors

MeetHourAPI(String domain, String options)
Constructor

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(String eventName, Function callback) → void
Add an Event Listener for the MeetHourExternalAPI
dispose() → void
remove instace
executeCommand(String command, List<String> arguments) → void
Interface to execute a command with MeetHourExternalAPI
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String event, dynamic callback(dynamic message)) → void
Generic handler Js for events
removeEventListener(List<String> listener) → void
Remove Event Listener for the MeetHourExternalAPI
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited