
ibt.ortc.extensibility.OnPublishResult 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;
public interface OnPublishResult {
/**
* Fired when a message seqId arrives from the server or publish timeout expires
* @param error Message not publish, error description
* @param seqId The message sequence identifier
*/
public void run(String error, String seqId);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy