Immerse SDK
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Report.Complete

public static void Complete()

Send the completion status with duration


public static void Complete(bool successful)

Send the completion status with duration

Parameter Description
successful If the user was successful or not

public static void Complete(bool successful, float scaledScore)

Send the completion status with duration

Parameter Description
successful If the user was successful or not
scaledScore Scaled score (0 - 1)

public static void Complete(bool successful, float rawScore, float min, float max)

Send the completion status with duration

Parameter Description
successful If the user was successful or not
rawScore Score value
min Minimum possible score
max Maximum possible score