appendLocalTip abstract method

void appendLocalTip(
  1. Barrage message
)

Add local tip message (add tip or operation feedback message locally, visible only to the current client).

@param message Local barrage message (such as system tips, operation feedback, etc., visible only to the current user) {@link Barrage} @note This message is displayed only locally and will not be sent to other users over the network.

Implementation

void appendLocalTip(Barrage message);