CallerInfo Class

  • java.lang.Object
    • com.azure.android.communication.calling.CallerInfo

public class CallerInfo

Describes the Caller Information

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

String getDisplayName()

Gets the display name of the caller

com.azure.android.communication.common.CommunicationIdentifier getIdentifier()

Retrives the remote participant caller id

Method Details

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.

getDisplayName

public String getDisplayName()

Gets the display name of the caller

getIdentifier

public com.azure.android.communication.common.CommunicationIdentifier getIdentifier()

Retrives the remote participant caller id

Returns:

a CommunicationIdentifier object representing the Caller Id

Applies to