Package com. orange. webcom. sdk
Exposes the main public API of the Webcom SDK.
Types
Represents authentication details, needed by the Webcom.addIdentity method to create a new account.
Represents a set of options for authentication, which can be passed to some methods such as Webcom.authWithOAuth.
Generic event to be notified when a subscription is canceled, that is deliberately stopped.
Represents the settings of a message to send to the user, needed by the Webcom.sendOtp method.
Represents an event that can be notified, ie received by a callback function as a Notification object.
Base interface for passing an event of type T to a callback function.
Query callback for on(), com.orange.webcom.sdk.Query.once, off()
Represents a subscription to some event type.
Encapsulates all information pieces to verify a newly created identity. The pieces of information depends on the authentication method associated to the identity to verify.
Base class for the Webcom services such as AuthenticationService or DatasyncService.
Represents a Webcom application.
Represents the settings of a WebcomApplication instance.
Shortcut type for callbacks that return nothing and that may fail.
Wraps the result of a computation of type T.
Shortcut type for callbacks that return an object of a given type and that may fail.