| Package | Description |
|---|---|
| ai.thirdwatch.api | |
| ai.thirdwatch.model |
| Modifier and Type | Method and Description |
|---|---|
EventResponse |
LogoutApi.logout(Logout JSON)
Use logout to record when a user logs out.
|
com.squareup.okhttp.Call |
LogoutApi.logoutAsync(Logout JSON,
ApiCallback<EventResponse> callback)
Use logout to record when a user logs out.
|
com.squareup.okhttp.Call |
LogoutApi.logoutCall(Logout JSON,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for logout
|
ApiResponse<EventResponse> |
LogoutApi.logoutWithHttpInfo(Logout JSON)
Use logout to record when a user logs out.
|
| Modifier and Type | Method and Description |
|---|---|
Logout |
Logout.customInfo(CustomInfo customInfo) |
Logout |
Logout.deviceIp(String deviceIp) |
Logout |
Logout.originTimestamp(String originTimestamp) |
Logout |
Logout.sessionId(String sessionId) |
Logout |
Logout.userId(String userId) |
Copyright © 2017. All rights reserved.