Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
I3DAvatarImageInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface I3DAvatarImageInfo {
11 boolean isSelected();
12
18 boolean isLastUsed();
19
25
30 String getImageName();
31
36 int getIndex();
37
38}
Represents information of a 3D avatar image.
String getImageFilePath()
Get the file path of current image.
String getImageName()
Get the name of current image.
boolean isSelected()
Determine the usage of current image.
int getIndex()
Get the index of current image.
boolean isLastUsed()
Determine if it is the last used image.