Liblinphone  5.5.0
Linphone.ChatMessageReaction Class Reference
Inheritance diagram for Linphone.ChatMessageReaction:
Linphone.LinphoneObject

Public Member Functions

void Send ()
 

Properties

string Body [get]
 
string CallId [get]
 
Linphone.Address FromAddress [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Linphone.LinphoneObject
static String linphone_pointer_to_string (IntPtr ptr)
 
static IntPtr linphone_string_to_pointer ([MarshalAs(LinphoneWrapper.ByteStringMarshalling)] String str)
 
IntPtr StringArrayToBctbxList (IEnumerable< string > stringlist)
 
void CleanStringArrayPtrs (IntPtr l)
 

Detailed Description

A chat message reaction is an emoji sent by someone in the same chat room to react to a specific Linphone.ChatMessage.

To create a Linphone.ChatMessageReaction, use Linphone.ChatMessage.CreateReaction(). Once you are ready, send the reaction using Linphone.ChatMessageReaction.Send(). Reactions are available using Linphone.ChatMessage.Reactions and will be notified using dedicated callbacks either in Linphone.CoreListener or Linphone.ChatMessageListener.

Member Function Documentation

void Linphone.ChatMessageReaction.Send ( )
inline

Property Documentation

string Linphone.ChatMessageReaction.Body
get

Returns the emoji(s) used for the reaction.

Returns
the emoji(s) used as UTF-8 characters.
string Linphone.ChatMessageReaction.CallId
get

Allows to get the Call ID associated with a Linphone.ChatMessageReaction.

Returns
the Call ID associated with this reaction.
Linphone.Address Linphone.ChatMessageReaction.FromAddress
get

Returns the Linphone.Address of the participant that sent this reaction.

Returns
the Linphone.Address that sent this reaction.

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