Search Results for

    Show / Hide Table of Contents

    Class Colizeum

    The central point of the SDK which holds references to all the necessary modules

    Inheritance
    Object
    Colizeum
    Namespace: ColizeumSDK
    Assembly: cs.temp.dll.dll
    Syntax
    public class Colizeum : MonoBehaviour

    Properties

    API

    Reference the the ColizeumApi module

    Declaration
    public static ColizeumAPI API { get; }
    Property Value
    Type Description
    ColizeumAPI
    See Also
    ColizeumAPI

    Auth

    Reference the the ColizeumAuth module

    Declaration
    public static ColizeumAuth Auth { get; }
    Property Value
    Type Description
    ColizeumAuth
    See Also
    ColizeumAuth

    IsInitialized

    A boolean which represents if the SDK is initialized or not

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

    IsLoggedIn

    Returns a boolean indicating if the user is logged in

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

    Token

    Reference to the ColizeumToken class

    Declaration
    public static ColizeumToken Token { get; }
    Property Value
    Type Description
    ColizeumToken

    User

    Reference to the currently logged in user

    Declaration
    public static User User { get; set; }
    Property Value
    Type Description
    User
    In This Article
    Back to top Colizeum Unity SDK API Reference