AirPlayEvent class
Generic Event coming from the native side.
All AirPlayEvents contain the id
that originated the event. This should
never be null
.
- Implementers
Constructors
- AirPlayEvent(int id)
- Build a AirPlay Event, that relates a id with a given value.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited