Interface UnbluAgentClient

  • All Superinterfaces:
    UnbluClient

    public interface UnbluAgentClient
    extends UnbluClient
    The API for agents to access Unblu functionality such as chat or audio and video calls.

    Before using the API, ensure that in your app manifest file, you use either the UnbluApplication class or a custom subclass of it for the application. Check the class's documentation for further details.

    Depending on your use case, you may need to add various permissions to your Android manifest file. Refer to the Unblu documentation for more information.