Class UnifiedService

    • Method Detail

      • getClassName

        public java.lang.String getClassName()
      • getMethodName

        public static java.lang.String getMethodName()
        Gets the calling method name. ie: GetGameBadgeLevels()...
        Returns:
        The calling method name.
      • sendMessage

        public JobID sendMessage​(com.google.protobuf.GeneratedMessageV3 message)
        Sends a message.

        Results are returned in a ServiceMethodResponse.

        Parameters:
        message - The message to send.
        Returns:
        The JobID of the message. This can be used to find the appropriate ServiceMethodResponse.
      • sendNotification

        public void sendNotification​(com.google.protobuf.GeneratedMessageV3 message)
        Sends a notification.
        Parameters:
        message - The message to send.