public class SdkApi extends Object implements SdkApiEndpointInterface
| Constructor and Description |
|---|
SdkApi(String appApiUrl,
String appApiKey) |
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<Void> |
addLiveParkEvent(ParkEventLiveLeavingIntern parkEventLiveLeaving) |
rx.Observable<Long> |
addRoute(Route route) |
static SSLContext |
createSSLContext() |
rx.Observable<GetConfigResponse> |
getConfig(GetConfigRequest getConfigRequest) |
public rx.Observable<Long> addRoute(Route route)
addRoute in interface SdkApiEndpointInterfacepublic rx.Observable<Void> addLiveParkEvent(ParkEventLiveLeavingIntern parkEventLiveLeaving)
addLiveParkEvent in interface SdkApiEndpointInterfacepublic rx.Observable<GetConfigResponse> getConfig(GetConfigRequest getConfigRequest)
getConfig in interface SdkApiEndpointInterfacepublic static SSLContext createSSLContext() throws NoSuchAlgorithmException, KeyManagementException
Copyright © 2019. All rights reserved.