CallDiagnosticsOptions Class

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

public class CallDiagnosticsOptions

Options for diagnostics of call client

Constructor Summary

Constructor Description
CallDiagnosticsOptions()

Creates a new instance with a default configuration for the call diagnostics options

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 getAppName()

An Identifier to group together multiple appIds into small bundle, invariant of version.

String getAppVersion()

Gets the application version.

List<String> getTags()

Tags - Additional Information

CallDiagnosticsOptions setAppName(String value)

An Identifier to group together multiple appIds into small bundle, invariant of version.

CallDiagnosticsOptions setAppVersion(String value)

Sets the application version.

void setTags(List<String> value)

Tags - Additional Information

Constructor Details

CallDiagnosticsOptions

public CallDiagnosticsOptions()

Creates a new instance with a default configuration for the call diagnostics options

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.

getAppName

public String getAppName()

An Identifier to group together multiple appIds into small bundle, invariant of version.

getAppVersion

public String getAppVersion()

Gets the application version.

getTags

public List getTags()

Tags - Additional Information

setAppName

public CallDiagnosticsOptions setAppName(String value)

An Identifier to group together multiple appIds into small bundle, invariant of version.

Parameters:

value - The new value.

setAppVersion

public CallDiagnosticsOptions setAppVersion(String value)

Sets the application version.

Parameters:

value - The new value.

setTags

public void setTags(List value)

Tags - Additional Information

Parameters:

value

Applies to