AmityCoreClientOption class

This class is AmityCore option to do initial setup Amity

Constructors

AmityCoreClientOption({required String apiKey, AmityRegionalHttpEndpoint httpEndpoint = AmityRegionalHttpEndpoint.SG, AmityRegionalSocketEndpoint socketEndpoint = AmityRegionalSocketEndpoint.SG, AmityRegionalMqttEndpoint mqttEndpoint = AmityRegionalMqttEndpoint.SG, bool showLogs = false})
Amity Core Client Options to do initial Amity Client

Properties

apiKey String
network Apikey
final
hashCode int
The hash code for this object.
no setterinherited
httpEndpoint AmityRegionalHttpEndpoint
Http endpoint for amity client
final
mqttEndpoint AmityRegionalMqttEndpoint
MQTT endpoint for amity client
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showLogs bool
flag to show logs for debug, by default it false
final
socketEndpoint AmityRegionalSocketEndpoint
Socket endpoint for amity client
final

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