Package com.orange.webcom.sdk.internal

Types

CallbackRegistry
Link copied to clipboard
object CallbackRegistry
Credentials
Link copied to clipboard
data class Credentials(id: String, password: String, challenge: String?)
Future
Link copied to clipboard
class Future<T>
IdentityBuilder
Link copied to clipboard
object IdentityBuilder
JsEvaluationException
Link copied to clipboard
class JsEvaluationException(message: String?) : Exception
JSONValueDessertNgImpl
Link copied to clipboard
class JSONValueDessertNgImpl : JSONValue
JSWebcomProxy
Link copied to clipboard
class JSWebcomProxy constructor(infos: QueryDescriptor) : ReferenceCounted
LegacyRepoInfo
Link copied to clipboard
data class LegacyRepoInfo(url: String) : RepoDescriptor
NetworkStateListener
Link copied to clipboard
interface NetworkStateListener
NetworkStateMonitor
Link copied to clipboard
object NetworkStateMonitor
QueryDescriptor
Link copied to clipboard
class QueryDescriptor(repo: RepoDescriptor, ref: Long?, path: String, limit: Int?, startName: String?, endName: String?, options: WebcomOptions?, startFromEnd: Boolean) : Serializable
ReferenceCounted
Link copied to clipboard
interface ReferenceCounted
ReferenceCountingCachingFactory
Link copied to clipboard
class ReferenceCountingCachingFactory<K, V : ReferenceCounted>(constructorParamType: Class<K>, objType: Class<V>)

This class defines a special type of cache that either return or constructs a new instance of objects of type V, given.

RepoDescriptor
Link copied to clipboard
sealed class RepoDescriptor : Serializable
RepoInfo
Link copied to clipboard
data class RepoInfo(appId: String, platform: String) : RepoDescriptor
StringPath
Link copied to clipboard
object StringPath
Transport
Link copied to clipboard
enum Transport : Enum<Transport>
WebcomHelper
Link copied to clipboard
object WebcomHelper
WebcomInitProvider
Link copied to clipboard
class WebcomInitProvider : ContentProvider
WebcomJSEngine
Link copied to clipboard
class WebcomJSEngine(context: Context) : NetworkStateListener
WebcomSdkReadyCallback
Link copied to clipboard
interface WebcomSdkReadyCallback