com.google.android.meet.addons

インターフェース

AddonClient

アドオン セッションを開始および停止するためのプライマリ インターフェース。

AddonSession

アドオン セッション。

AddonSession.Builder

AddonSession のビルダー。

AddonSessionHandler

セッション用にアドオンアプリによって提供されるコールバック。

CoDoingClient

共同セッションを表します。

CoDoingHandler

リモートでの共同作業の更新を処理するためにアドオンアプリによって提供されるコールバック。

CoWatchingClient

同時視聴セッションを表します。

CoWatchingHandler

リモートでの同時視聴の更新を処理し、ローカル メディアの状態を照会するためにアドオンアプリが提供するコールバック。

MeetingStatusListener

AddonClient で登録されるリスナー。

ParticipantMetadataHandler

参加者のメタデータの共有を処理するためのコールバック。

QueriedCoWatchingState

onStateQuery の同時視聴アクティビティの状態を表します。

クラス

AddonClientFactory

AddonClient を提供します。

AddonExceptionMetadata

AddonException に関する情報を表します。

AddonMeetingInfo

アドオン セッションに関連付けられた会議に関する情報を表します。

AddonMeetingInfo.Builder

AddonMeetingInfo のビルダー。

ClientQueue

メディア アイテムのキューを表します。

ClientQueue.Builder

ClientQueue のビルダー。

ClientQueueEntry

単一のキューエントリが含まれます。

ClientQueueEntry.Builder

ClientQueueEntry のビルダー。

CoDoingState

共同実行アクティビティの状態を表します。

CoDoingState.Builder

CoDoingState のビルダー。

CoWatchingQueue

クライアント キューのデータとサーバーキューのメタデータ、あるいはその両方が含まれます。

CoWatchingQueue.Builder

CoWatchingQueue のビルダー。

CoWatchingState

同時視聴アクティビティの状態を表します。

CoWatchingState.Builder

CoWatchingState のビルダー。

CollaborationStartingState

参加者がコラボレーションの招待を承諾したときのアドオンの開始状態。

CollaborationStartingState.Builder

CollaborationStartingState のビルダー。

MeetingStatus

Meet の会議の状態またはステータスに関する情報を表します。

MeetingStatus.Builder

MeetingStatus のビルダー。

ServerQueueParams

アドオン アプリケーションのサーバーに保存されているキューのメタデータが含まれます。

ServerQueueParams.Builder

ServerQueueParams オブジェクトのビルダー。

列挙型

AddonClient.AddonFailureEventType

アドオン セッションの前、最中、または後で発生したエラー イベントを表します。

AddonException.Code

AddonException の正規エラーコード。

AddonMeetingInfo.MeetingStatus

Meet のユーザーのステータスを表します。

AddonSessionHandler.EndReason

onSessionEnded コールバックがトリガーされた理由を示します。

AddonSessionHandler.Privilege

アドオン セッションの参加者から割り当てまたは取り消された権限を表します。

CoWatchingState.PlaybackState

メディア再生の現在の状態を表します。

MeetingStatus.Status

Meet のユーザーのステータスを表します。

例外

AddonException

Meet アドオンの SDK 内で発生した予期しないエラーを表します。