Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
class Dialog::ActivityReceivedEventArgs
: public std::enable_shared_from_this< ActivityReceivedEventArgs >
Class for activity received event arguments.
Members
DialogServiceConnector
Syntax: public friend DialogServiceConnector;
~ActivityReceivedEventArgs
Syntax: public inline ~ActivityReceivedEventArgs ( );
Releases the event.
GetActivity
Syntax: public inline std::string GetActivity ( ) const;
Gets the activity associated with the event.
Returns
The serialized activity activity.
GetAudio
Syntax: public inline std::shared_ptr< Audio::PullAudioOutputStream > GetAudio ( ) const;
Gets the audio associated with the event.
Returns
The audio.
HasAudio
Syntax: public inline bool HasAudio ( ) const;
Checks if the event contains audio.
Returns
True if the event contains audio, false otherwise.