-
- All Implemented Interfaces:
-
android.os.Parcelable
public class OlwSDKInfo implements Parcelable
This class is for olw fetchBalance response mPinSet status and customer info
-
-
Field Summary
Fields Modifier and Type Field Description private booleanisMPinSetprivate booleancustomerRegisteredpublic final static Parcelable.Creator<OlwSDKInfo>CREATOR
-
Constructor Summary
Constructors Constructor Description OlwSDKInfo()
-
Method Summary
Modifier and Type Method Description booleanisMPinSet()voidsetCustomerRegistered(boolean customerRegistered)intdescribeContents()voidwriteToParcel(@NonNull() Parcel parcel, int i)voidsetMPinSet(boolean MPinSet)booleanisCustomerRegistered()-
-
Method Detail
-
isMPinSet
boolean isMPinSet()
-
setCustomerRegistered
void setCustomerRegistered(boolean customerRegistered)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(@NonNull() Parcel parcel, int i)
-
setMPinSet
void setMPinSet(boolean MPinSet)
-
isCustomerRegistered
boolean isCustomerRegistered()
-
-
-
-