Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
MyNotesController.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.app.Activity;
4
5
9public interface MyNotesController {
10
18
26
35 boolean canStartMyNotes();
36
47}
Enumeration of common SDK errors.
Interface of MyNotes controller APIs.
boolean isMyNotesEnabled()
Determines whether the MyNotes feature is available. Checks that the user is signed in,...
MobileRTCSDKError addListener(MyNotesListener listener)
Adds the callback event handler for MyNotes.
MobileRTCSDKError showMyNotesView(Activity activity)
Shows the MyNotes view. Launches the MyNotes user interface where the user can interact with the note...
boolean canStartMyNotes()
Determines whether a MyNotes session can start right now. Checks runtime conditions: transcription is...
Interface of MyNotes event callbacks.