Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
ISignInterpreter.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface ISignInterpreter {
7 long getUserID();
9 boolean isAvailable();
10}
sign interpreter interface.