Interface ServiceObservingCompletionHandler


  • public interface ServiceObservingCompletionHandler
    Defines an interface that the client application needs to implement to receive the result of a service observing feature operation. This handler may be implemented as an anonymous class to receive initial feedback about the outcome of a previously invoked operation by the application.
    • Method Detail

      • onSuccess

        void onSuccess()
        Reports that the operation was successfully completed.
      • onError

        void onError​(FeatureException error,
                     ServiceObservingError serviceObservingError)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.
        serviceObservingError - Detailed information about the service observing feature failure.