All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.agora.rtm.internal.RequestInfo Maven / Gradle / Ivy

There is a newer version: 2.2.2-beta
Show newest version
package io.agora.rtm.internal;

import io.agora.common.internal.CalledByNative;

class RequestInfo {
  public long requestId;

  RequestInfo() {
    this.requestId = 0;
  }

  @CalledByNative
  public void setRequestId(long requestId) {
    this.requestId = requestId;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy