| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
LoginApi.login(Login JSON)
Use login to record when a user attempts to log in.
|
com.squareup.okhttp.Call |
LoginApi.loginAsync(Login JSON,
ApiCallback<EventResponse> callback)
Use login to record when a user attempts to log in.
|
com.squareup.okhttp.Call |
LoginApi.loginCall(Login JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for login
|
ApiResponse<EventResponse> |
LoginApi.loginWithHttpInfo(Login JSON)
Use login to record when a user attempts to log in.
|
| Modifier and Type | Method and Description |
|---|---|
Login |
Login.customInfo(CustomInfo customInfo) |
Login |
Login.deviceIp(String deviceIp) |
Login |
Login.loginStatus(String loginStatus) |
Login |
Login.originTimestamp(String originTimestamp) |
Login |
Login.sessionId(String sessionId) |
Login |
Login.userId(String userId) |
Copyright © 2017. All rights reserved.