Webcom Android API

This is the Webcom Software Development Kit for Android targets. This SDK depends on:

  • the Kotlin runtime (org.jetbrains.kotlin)

  • Custom Tabs (androidx.browser)

  • androidx: this means your application should depend on it too (see how to migrate).

The complete changelog is available here.

Packages

com.orange.webcom.dessert
Link copied to clipboard

Exposes classes and functions relative to serialization/deserialization of data to/from the Webcom back end.

com.orange.webcom.jwe
Link copied to clipboard

Exposes available algorithms to decrypt notifications sent to the device by the Webcom back end.

com.orange.webcom.sdkv2
Link copied to clipboard

Exposes the main public API of the Webcom SDK.

com.orange.webcom.sdkv2.authentication
Link copied to clipboard

Exposes the API of the Webcom Authentication service.

Provides the available authentication methods for the Webcom Authentication service.

com.orange.webcom.sdkv2.datasync
Link copied to clipboard

Exposes the API of the Webcom Realtime Database service (or "datasync" in short).

Exposes subscription-related classes and functions of the datasync service.

com.orange.webcom.sdkv2.java
Link copied to clipboard

Exposes interfaces and annotations used for providing a convenient Java API to Kotlin classes and methods.

com.orange.webcom.sdkv2.lifecycle
Link copied to clipboard

...not documented yet...