Class CrashService

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Boolean consented
      private Application application
      private String apiKey
    • Constructor Summary

      Constructors 
      Constructor Description
      CrashService(Boolean isOnlineOData)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getConsented()
      final Unit setConsented(Boolean consented)
      Unit init(Application application, String apiKey) Initializes the mobile service
      Unit onStateChange(ApplicationState state) Notified when application state changes.
      final Unit upload(ServiceListener<Integer> listener)
      • Methods inherited from class com.sap.cloud.mobile.foundation.mobileservices.MobileService

        enableNetworkPolicy, getApiKey, getApplication, isApplicationInitialized, reset, setApiKey, setApplication
      • Methods inherited from class java.lang.Object

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

      • CrashService

        CrashService(Boolean isOnlineOData)