yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::AgentChatWidget::CollaborationCallbacks Struct Reference

#include <agent_chat_widget.h>

Classes

struct  SessionContext
 

Public Attributes

std::function< absl::StatusOr< SessionContext >(const std::string &)> host_session
 
std::function< absl::StatusOr< SessionContext >(const std::string &)> join_session
 
std::function< absl::Status()> leave_session
 
std::function< absl::StatusOr< SessionContext >()> refresh_session
 

Detailed Description

Definition at line 52 of file agent_chat_widget.h.

Member Data Documentation

◆ host_session

std::function<absl::StatusOr<SessionContext>(const std::string&)> yaze::editor::AgentChatWidget::CollaborationCallbacks::host_session

◆ join_session

std::function<absl::StatusOr<SessionContext>(const std::string&)> yaze::editor::AgentChatWidget::CollaborationCallbacks::join_session

◆ leave_session

std::function<absl::Status()> yaze::editor::AgentChatWidget::CollaborationCallbacks::leave_session

◆ refresh_session

std::function<absl::StatusOr<SessionContext>()> yaze::editor::AgentChatWidget::CollaborationCallbacks::refresh_session

The documentation for this struct was generated from the following file: