CallEndReason Class

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

public class CallEndReason

Describes the reason for a call to end

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.

int getCode()

Gets the code

int getSubcode()

Gets the subcode

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.

getCode

public int getCode()

Gets the code

getSubcode

public int getSubcode()

Gets the subcode

Applies to