Gallagher Mobile Connect SDK
Classes | Public Member Functions | Static Public Attributes | List of all members
com.gallagher.security.mobileaccess.ReaderConnectionError Class Referenceabstract

Inherits Error, com.gallagher.security.mobileaccess.StringValueConvertible, and Parcelable.

Inherited by com.gallagher.security.mobileaccess.ReaderConnectionError.ActivityNotPresent, com.gallagher.security.mobileaccess.ReaderConnectionError.BluetoothDisabled, com.gallagher.security.mobileaccess.ReaderConnectionError.DeviceSecondFactorRequired, com.gallagher.security.mobileaccess.ReaderConnectionError.Forbidden, com.gallagher.security.mobileaccess.ReaderConnectionError.InvalidatedCredential, com.gallagher.security.mobileaccess.ReaderConnectionError.ReaderUnavailable, com.gallagher.security.mobileaccess.ReaderConnectionError.RemoteClose, com.gallagher.security.mobileaccess.ReaderConnectionError.SecondFactorLockedOut, com.gallagher.security.mobileaccess.ReaderConnectionError.SecondFactorRequired, com.gallagher.security.mobileaccess.ReaderConnectionError.TransactionInProgress, com.gallagher.security.mobileaccess.ReaderConnectionError.Unexpected, com.gallagher.security.mobileaccess.ReaderConnectionError.UnlockRequired, and com.gallagher.security.mobileaccess.ReaderConnectionError.UserCancelled.

Classes

class  ActivityNotPresent
 
class  BluetoothDisabled
 
class  DeviceSecondFactorRequired
 
class  Forbidden
 
class  InvalidatedCredential
 
class  ReaderUnavailable
 
class  RemoteClose
 
class  SecondFactorLockedOut
 
class  SecondFactorRequired
 
class  TransactionInProgress
 
class  Unexpected
 
class  UnlockRequired
 
class  UserCancelled
 

Public Member Functions

String toString ()
 
int describeContents ()
 
void writeToParcel (Parcel parcel, int i)
 
- Public Member Functions inherited from com.gallagher.security.mobileaccess.StringValueConvertible
String stringValue ()
 

Static Public Attributes

static final Creator< ReaderConnectionErrorCREATOR
 

Member Function Documentation

◆ describeContents()

int com.gallagher.security.mobileaccess.ReaderConnectionError.describeContents ( )
253 {
254 return 0;
255 }

◆ toString()

String com.gallagher.security.mobileaccess.ReaderConnectionError.toString ( )

for backwards compatibility. Not guaranteed to be stable in future

◆ writeToParcel()

void com.gallagher.security.mobileaccess.ReaderConnectionError.writeToParcel ( Parcel  parcel,
int  i 
)
258 {
259 parcel.writeString(stringValue()); // we use this to determine which class to use on deserialize
260 }

The documentation for this class was generated from the following file: