$UserStatusClient class
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
-
clearMessage({bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusClearMessageResponseApplicationJson, void>>
-
Clear the message of the current user.
-
clearMessageRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusClearMessageResponseApplicationJson, void>
-
Clear the message of the current user.
-
getStatus({bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusGetStatusResponseApplicationJson, void>>
-
Get the status of the current user.
-
getStatusRaw({bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusGetStatusResponseApplicationJson, void>
-
Get the status of the current user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
revertStatus({required String messageId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusRevertStatusResponseApplicationJson, void>>
-
Revert the status to the previous status.
-
revertStatusRaw({required String messageId, bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusRevertStatusResponseApplicationJson, void>
-
Revert the status to the previous status.
-
setCustomMessage({String? statusIcon, String? message, int? clearAt, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetCustomMessageResponseApplicationJson, void>>
-
Set the message to a custom message for the current user.
-
setCustomMessageRaw({String? statusIcon, String? message, int? clearAt, bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusSetCustomMessageResponseApplicationJson, void>
-
Set the message to a custom message for the current user.
-
setPredefinedMessage({required String messageId, int? clearAt, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetPredefinedMessageResponseApplicationJson, void>>
-
Set the message to a predefined message for the current user.
-
setPredefinedMessageRaw({required String messageId, int? clearAt, bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusSetPredefinedMessageResponseApplicationJson, void>
-
Set the message to a predefined message for the current user.
-
setStatus({required String statusType, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UserStatusSetStatusResponseApplicationJson, void>>
-
Update the status type of the current user.
-
setStatusRaw({required String statusType, bool? oCSAPIRequest})
→ DynamiteRawResponse<UserStatusSetStatusResponseApplicationJson, void>
-
Update the status type of the current user.
-
toString()
→ String
-
A string representation of this object.
inherited