Interface MessengerRawMessageViewContext

All Superinterfaces:
UserProvider, ViewContext
All Known Subinterfaces:
IncomingMessengerRawMessageAgentViewContext, IncomingMessengerRawMessageArchiveAccessViewContext, IncomingMessengerRawMessageBacklogViewContext, IncomingMessengerRawMessageSearchResultViewContext, MessengerRawMessageAgentViewContext, MessengerRawMessageArchiveAccessViewContext, MessengerRawMessageBacklogViewContext, MessengerRawMessageSearchResultViewContext, OutgoingMessengerRawMessageAgentViewContext, OutgoingMessengerRawMessageArchiveAccessViewContext, OutgoingMessengerRawMessageBacklogViewContext, OutgoingMessengerRawMessageSearchResultViewContext

public interface MessengerRawMessageViewContext extends ViewContext
A MessengerRawMessageViewContext provides information about the raw messenger message to be displayed.
Since:
12.20
  • Method Summary

    Modifier and Type
    Method
    Description
    The scheme of the raw messenger message to be displayed.

    Methods inherited from interface com.novomind.ecom.api.iagent.frontend.ViewContext

    getUser
  • Method Details

    • getScheme

      String getScheme()
      The scheme of the raw messenger message to be displayed.
      Returns:
      the scheme of the raw messenger message to be displayed
      Since:
      12.20