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 the MeetHourExternalAPI
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 with MeetHourExternalAPI
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 the MeetHourExternalAPI
toString() String
A string representation of this object.
inherited

Operators

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