docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IosNativeObject

    Inheritance
    object
    IosNativeObject
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: com.unity3d.mediation
    Assembly: Unity.LevelPlay.dll
    Syntax
    public abstract class IosNativeObject : IDisposable

    Constructors

    IosNativeObject(bool)

    Declaration
    protected IosNativeObject(bool usesCallbacks)
    Parameters
    Type Name Description
    bool usesCallbacks

    Properties

    NativePtr

    Declaration
    public IntPtr NativePtr { get; protected set; }
    Property Value
    Type Description
    IntPtr

    Methods

    CheckDisposedAndLogError(string)

    Declaration
    protected bool CheckDisposedAndLogError(string message)
    Parameters
    Type Name Description
    string message
    Returns
    Type Description
    bool

    Dispose()

    Declaration
    public virtual void Dispose()

    Get<T>(IntPtr)

    Declaration
    protected static T Get<T>(IntPtr ptr) where T : IosNativeObject
    Parameters
    Type Name Description
    IntPtr ptr
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)