-
public interface CoreInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCoreInterface.Delegate
-
Method Summary
Modifier and Type Method Description abstract UnitsetDelegate(CoreInterface.Delegate delegate)abstract Unitinitialize(Core.Model.AppMetaData metaData, String relayServerUrl, ConnectionType connectionType, Application application, RelayConnectionInterface relay, String keyServerUrl, NetworkClientTimeout networkClientTimeout, Boolean telemetryEnabled, Function1<Core.Model.Error, Unit> onError)abstract Unitinitialize(Application application, String projectId, Core.Model.AppMetaData metaData, ConnectionType connectionType, RelayConnectionInterface relay, String keyServerUrl, NetworkClientTimeout networkClientTimeout, Boolean telemetryEnabled, Function1<Core.Model.Error, Unit> onError)abstract PairingInterfacegetPairing()abstract PairingControllerInterfacegetPairingController()abstract RelayConnectionInterfacegetRelay()abstract PushInterfacegetEcho()abstract PushInterfacegetPush()abstract VerifyInterfacegetVerify()abstract ExplorerInterfacegetExplorer()-
-
Method Detail
-
setDelegate
abstract Unit setDelegate(CoreInterface.Delegate delegate)
-
initialize
abstract Unit initialize(Core.Model.AppMetaData metaData, String relayServerUrl, ConnectionType connectionType, Application application, RelayConnectionInterface relay, String keyServerUrl, NetworkClientTimeout networkClientTimeout, Boolean telemetryEnabled, Function1<Core.Model.Error, Unit> onError)
-
initialize
abstract Unit initialize(Application application, String projectId, Core.Model.AppMetaData metaData, ConnectionType connectionType, RelayConnectionInterface relay, String keyServerUrl, NetworkClientTimeout networkClientTimeout, Boolean telemetryEnabled, Function1<Core.Model.Error, Unit> onError)
-
getPairing
abstract PairingInterface getPairing()
-
getPairingController
abstract PairingControllerInterface getPairingController()
-
getRelay
abstract RelayConnectionInterface getRelay()
-
getEcho
abstract PushInterface getEcho()
-
getPush
abstract PushInterface getPush()
-
getVerify
abstract VerifyInterface getVerify()
-
getExplorer
abstract ExplorerInterface getExplorer()
-
-
-
-