MixedReality-WebRTC MixedReality-WebRTC
Search Results for

    Show / Hide Table of Contents

    Class Android

    Inheritance
    Object
    Android
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.WebRTC.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Android

    Properties

    IsInitialized

    Check if the Android interop layer for Android is already initialized.

    Declaration
    public static bool IsInitialized { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Initialize()

    Initialize the MixedReality-WebRTC library interop layer for Android.

    This is automatically called by the various library API functions, and can be safely called multiple times (no-op after first call).

    Declaration
    public static void Initialize()
    In This Article
    Back to top Generated by DocFX