TautulliCommandHandler_Activity class

Facilitates, encapsulates, and manages individual calls related to activity within Tautulli.

TautulliCommandHandler_Activity internally handles routing the HTTP client to the API calls.

Constructors

TautulliCommandHandler_Activity(Dio _client)
Create an activity command handler using an initialized Dio client.

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

deleteTempSessions() Future<void>
Handler for delete_temp_sessions.
getActivity({int? sessionKey, String? sessionId}) Future<TautulliActivity?>
Handler for get_activity.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
terminateSession({int? sessionKey, String? sessionId, String? message}) Future<void>
Handler for terminate_session.
toString() String
A string representation of this object.
inherited

Operators

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