
ibt.ortc.extensibility.OnMessageWithOptions Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of messaging Show documentation
Show all versions of messaging Show documentation
Realtime Cloud Messaging (ORTC) SDK for Java
The newest version!
package ibt.ortc.extensibility;
import java.util.Map;
public interface OnMessageWithOptions {
/**
* Fired when a message was received in the specified channel
* @param sender Ortc client instance that fired the event
* @param msgOptions Dictionary where the message data was received
*/
public void run(OrtcClient sender, Map msgOptions);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy