Methodensignatur MeetAddonClient.getActivityStartingState
Hier werden Informationen zum ursprünglichen Status des Add-ons abgerufen, wenn der Teilnehmer die Einladung zur Aktivität annimmt.
Unterschrift
getActivityStartingState(): Promise<ActivityStartingState>;
Details
Gibt Folgendes zurück:
Promise<ActivityStartingState>
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-10-16 (UTC).
[null,null,["Zuletzt aktualisiert: 2024-10-16 (UTC)."],[[["This function retrieves details about the add-on's initial state when a participant accepts an activity invitation."],["It specifically provides information like activity ID, participant ID, and the add-on's initial state through the `ActivityStartingState` object."],["The function is asynchronous and returns a Promise that resolves with the `ActivityStartingState` object."]]],[]]