-
public class CallCompositeVersions
This class provides a snapshot of version information for critical calling dependencies within the application. It encapsulates the versions of both the Azure Calling UI SDK and the underlying Azure Calling SDK.
-
-
Method Summary
Modifier and Type Method Description String
getAzureCallingUILibrary()
Retrieves the version of the Azure Calling UI SDK.This version reflects the UI components specifically designed for Azure calling features. String
getAzureCallingLibrary()
Retrieves the version of the Azure Calling SDK.This version indicates the core library's version that powers the calling capabilities. String
toString()
Provides a string representation of the CallCompositeVersions object, including versions of boththe Azure Calling UI SDK and the Azure Calling SDK. -
-
Method Detail
-
getAzureCallingUILibrary
String getAzureCallingUILibrary()
Retrieves the version of the Azure Calling UI SDK.This version reflects the UI components specifically designed for Azure calling features.
-
getAzureCallingLibrary
String getAzureCallingLibrary()
Retrieves the version of the Azure Calling SDK.This version indicates the core library's version that powers the calling capabilities.
-
-
-
-