v2x-client
| java.lang.Object | ||
| ↳ | com.commsignia.v2x.client.model.BaseSubCauseCode | |
| ↳ | com.commsignia.v2x.client.model.PostCrashSubCauseCode | |
Sub cause code values for post crash
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final PostCrashSubCauseCode | ACCIDENT_WITHOUT_E_CALL_TRIGGERED | Constant for accident without e call triggered | |||||||||
| public static final PostCrashSubCauseCode | ACCIDENT_WITH_E_CALL_AUTOMATICALLY_TRIGGERED | Constant for accident with e call automatically triggered | |||||||||
| public static final PostCrashSubCauseCode | ACCIDENT_WITH_E_CALL_MANUALLY_TRIGGERED | Constant for accident with e call manually triggered | |||||||||
| public static final PostCrashSubCauseCode | ACCIDENT_WITH_E_CALL_TRIGGERED_WITHOUT_ACCESS_TO_CELLULAR_NETWORK | Constant for accident with e call triggered without access to cellular network | |||||||||
| public static final PostCrashSubCauseCode | UNAVAILABLE | Constant for unavailable | |||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PostCrashSubCauseCode(String name) | |||||||||||
| PostCrashSubCauseCode(int customCauseCode) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static PostCrashSubCauseCode |
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.commsignia.v2x.client.model.BaseSubCauseCode
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constant for accident without e call triggered
Constant for accident with e call automatically triggered
Constant for accident with e call manually triggered
Constant for accident with e call triggered without access to cellular network
Creates a custom cause with the specified custom cause code.
| customCauseCode | custom cause code |
|---|