Class DeviceTracking
Used for troubleshooting an RDA device
Properties
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| AppBundleId | System.String | REQUIRED. This is the application id used by the different platform stores. ex. eps.mobile.remotedeposit |
| AppVersion | System.String | REQUIRED. This is the application version string. |
| DeviceModel | System.String | REQUIRED. This is the device's model number. |
| DeviceSystemName | System.String | REQUIRED. This is the device OS the application is running on. ex. ios |
| DeviceSystemVersion | System.String | REQUIRED. This is the device's OS version. |
| Vendor | System.String | REQUIRED. The name of the application vendor. This is not the Financial Institution's name unless they did their own application. This will be generated and provided to the application vendor by EPS during integration. |
Examples
{
"__type": "DeviceTracking:#JackHenry.Eps.Mobile.RDA",
"AppBundleId": "String Content",
"AppVersion": "String Content",
"DeviceSystemName": "String Content",
"DeviceSystemVersion": "String Content",
"DeviceModel": "String Content",
"Vendor": "String Content"
}
Methods
Validate(IValidatorContext)
Declaration
public void Validate(IValidatorContext context)
Parameters
| TYPE | NAME | DESCRIPTION |
|---|---|---|
| JHA.EPS.SharedService.Common.Validator.IValidatorContext | context |
Exceptions
| TYPE | DESCRIPTION |
|---|---|
| JHA.EPS.SharedService.Common.Validator.ValidationResult | SecurityToken must be between 1 and 200 characters |
| JHA.EPS.SharedService.Common.Validator.ValidationResult | SecurityToken must be valid in our system |