InvitationReceivedNotificationData class

The InvitationReceivedNotificationData class gathers information about a received invitation.

Note: This class is currently supported only on Android devices.

Constructors

InvitationReceivedNotificationData(String conferenceAlias, String conferenceId, String conferenceToken, Participant participant)

Properties

conferenceAlias String
The conference alias.
getter/setter pair
conferenceId String
The conference ID.
getter/setter pair
conferenceToken String
The conference access token.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
participant Participant
The participant who sent the invitation.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<Object?, Object?>
Returns a representation of this object as a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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