package com.ironsource;
/* loaded from: classes4.dex */
public enum lj {
    NONE,
    STARTED,
    RESUMED,
    PAUSED,
    STOPPED
}
