Class AdjustSessionFailure


  • public class AdjustSessionFailure
    extends java.lang.Object
    Adjust SDK Created by Pedro Silva (@nonelse) on 16th February 2016. Copyright © 2016-2018 Adjust GmbH. All rights reserved.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • willRetry

        public boolean willRetry
      • adid

        public java.lang.String adid
      • message

        public java.lang.String message
      • timestamp

        public java.lang.String timestamp
      • jsonResponse

        public org.json.JSONObject jsonResponse
    • Constructor Detail

      • AdjustSessionFailure

        public AdjustSessionFailure()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object