public final class

AppRTCUtils

extends Object
java.lang.Object
   ↳ com.nexmo.sdk.conversation.client.audio.AppRTCUtils

Class Overview

AppRTCUtils provides helper functions for managing thread safety.

Summary

Public Methods
static void assertIsTrue(boolean condition)
Helper method which throws an exception when an assertion has failed.
static String getThreadInfo()
Helper method for building a string of thread information.
static void logDeviceInfo(String tag)
Information about the current build, taken from system properties.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public static void assertIsTrue (boolean condition)

Helper method which throws an exception when an assertion has failed.

public static String getThreadInfo ()

Helper method for building a string of thread information.

public static void logDeviceInfo (String tag)

Information about the current build, taken from system properties.