Interface VisualVoiceMailCompletionHandler


  • public interface VisualVoiceMailCompletionHandler
    Completion handler for asynchronous visual voicemail message operations.
    • Method Detail

      • onSuccess

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

        void onError​(VisualVoiceMailException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.