Show / Hide Table of Contents

    Class LearningSession

    Contains all information that has been logged throughout a learning session. This container is made to be used on LearnHandler.Tracking( )'s submission.

    Inheritance
    System.Object
    LearningSession
    Learn_Tracking.PostData
    Namespace: Appearition.Learn
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class LearningSession

    Constructors

    LearningSession()

    Declaration
    public LearningSession()

    LearningSession(LearningSession)

    Copy Constructor

    Declaration
    public LearningSession(LearningSession cc)
    Parameters
    Type Name Description
    LearningSession cc

    Fields

    deviceInformation

    Declaration
    public string deviceInformation
    Field Value
    Type Description
    System.String

    endDateTime

    Declaration
    public string endDateTime
    Field Value
    Type Description
    System.String

    learningSessionNodePaths

    Declaration
    public List<LearningSessionNodePath> learningSessionNodePaths
    Field Value
    Type Description
    System.Collections.Generic.List<LearningSessionNodePath>

    productId

    Declaration
    public int productId
    Field Value
    Type Description
    System.Int32

    sessionKey

    Declaration
    public string sessionKey
    Field Value
    Type Description
    System.String

    startDateTime

    Declaration
    public string startDateTime
    Field Value
    Type Description
    System.String

    username

    Declaration
    public string username
    Field Value
    Type Description
    System.String

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API