NERoomKit class Null safety
RoomKit entry point class
Constructors
Properties
- authService → NEAuthService
-
Get the authentication service for login and logout capabilities. Return a NEAuthService instance.
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isInitialized → bool
-
Get whether the NERoomKit instance is initialized
read-only
- messageChannelService → NEMessageChannelService
-
Get the message channel service for sending custom messages in the room. Return a NEMessageChannelService instance.
read-only
- roomService → NERoomService
-
Get the room service for creating and joining a room. Return a NERoomService instance.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
sdkVersions
→ Future<
NESDKVersions> -
Get the version info
read-only
Methods
-
initialize(
NERoomKitOptions options) → Future< VoidResult> -
Initialize the NERoomKit instance
options
Parameters for initialization -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited