Skip navigation links

Package com.orange.webcom.sdk

This package is the main entry point to the Webcom SDK for Android. This is a "new generation" SDK, as it's a complete rewrite of the legacy SDK (version 1.5.0). The internals have been completely modified to offer more speed and to limit the library dependencies. Please read the more detailed description below to learn aboutmigration from the legacy SDK. Apart from these few changes, you can refer to the legacy API documentation as not all classes and methods are thoroughly documented in the new SDK yet. The complete changelog is available here.

See: Description

Package com.orange.webcom.sdk Description

This package is the main entry point to the Webcom SDK for Android. This is a "new generation" SDK, as it's a complete rewrite of the legacy SDK (version 1.5.0). The internals have been completely modified to offer more speed and to limit the library dependencies. Please read the more detailed description below to learn aboutmigration from the legacy SDK. Apart from these few changes, you can refer to the legacy API documentation as not all classes and methods are thoroughly documented in the new SDK yet. The complete changelog is available here.

This SDK depends on:

This SDK exposes the same API as the legacy one (until version 1.5.0), and aims at being a "drop-in" replacement, except for the changes below. Not all classes and methods are documented yet, so you should look for their equivalent in the legacy API documentation.

Important changes

Initialization

The SDK initialization differs form the legacy SDK, reflecting the underlying threading model of the internal engine. Extra care must be taken before being able to instantiate a class Webcom object, as explained in this class documentation.

Androidx

This library depends on androidx, this means your application should depend on it too (see how to migrate).

See Also:
more detailed description below, the legacy API documentation, The complete changelog is available here, the legacy API documentation, class Webcom, androidx, see how to migrate
Skip navigation links