| java.lang.Object | |
| ↳ | com.mapsted.positioning.SdkStatusUpdate | 
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | SdkStatusUpdate.Codes | Collection of status update codes | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public int | code | ||||||||||
| public String | message | Descriptive Status Update message | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
        SdkStatusUpdate(int code, String message)
        
         Constructor 
  
   | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static SdkStatusUpdate | 
        from(SdkUpdateType update, String message)
        
         converts a internal Common.SDKErrorType to an SdkError 
  
   | ||||||||||
| static String | getErrorCodeString(int code) | ||||||||||
| String | toString() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
Descriptive Status Update message
Constructor
| code | Status update code | 
|---|---|
| message | Status update message | 
converts a internal Common.SDKErrorType to an SdkError
| update | internal status update type | 
|---|---|
| message | message for user |