Class RealTimeTextInfoReceivedEvent
- Object
-
- RealTimeTextInfoReceivedEvent
-
public final class RealTimeTextInfoReceivedEvent extends ObjectProvides data for the RealTimeTextCallFeature.InfoReceived and Azure.Communication.Calling.RealTimeTextCallFeature.OnInfoReceived events.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.RealTimeTextInfogetInfo()Gets the real-time text info associated with the event.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalizein classObject
-
getInfo
public RealTimeTextInfo getInfo()
Gets the real-time text info associated with the event.
-
-