CommonWarnings

com.anywherecommerce.android.sdk

Class CommonWarnings

  • java.lang.Object

  • com.anywherecommerce.android.sdk.CommonWarnings

  • public abstract class <span class="typeNameLabel">CommonWarnings</span>
    extends java.lang.Object
    

    Created by Admin on 9/29/2017.

Field Summary

  Modifier and TypeField and Description`static 

MeaningfulMessage``

feeAlreadyAdded static

MeaningfulMessage``

taxAlreadyAdded static

MeaningfulMessage``

transactionMustBeRestarted static

MeaningfulMessage``

userAuthenticationExpired`

Constructor Summary

  Constructor and Description`<span class="memberNameLink">

CommonWarnings()`

Method Summary

Methods inherited from class java.lang.Object

        `clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait`

Field Detail

taxAlreadyAdded

        `public static 

MeaningfulMessage taxAlreadyAdded`

feeAlreadyAdded

        `public static 

MeaningfulMessage feeAlreadyAdded`

userAuthenticationExpired

        `public static 

MeaningfulMessage userAuthenticationExpired`

transactionMustBeRestarted

        `public static 

MeaningfulMessage transactionMustBeRestarted`

Constructor Detail

CommonWarnings

        `public CommonWarnings()`