Class ArcadeConsoleMessageContext


  • public final class ArcadeConsoleMessageContext
    extends java.lang.Object
    Provides information about the execution context where an Arcade console function is invoked.
    Since:
    100.14.0
    See Also:
    ArcadeConsoleMessageEvent
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> getInformation()
      Gets a dictionary of optional context information where Arcade console function is invoked.
      ArcadeProfile getProfile()
      Gets the ArcadeProfile which invoked the Arcade console function.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait