Class SoftwareInfo

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class SoftwareInfo
    extends ModelObject
                        

    Holds information about the caller of the API.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId()
      final String getVersion()
      • Methods inherited from class com.adyen.checkout.core.internal.data.model.ModelObject

        describeContents
      • Methods inherited from class android.os.Parcelable

        writeToParcel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoftwareInfo

        SoftwareInfo(String id, String version)
        Parameters:
        id - The id of the client / library making the call.
        version - The version of the caller