All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.humbleui.skija.skottie.LogLevel Maven / Gradle / Ivy

There is a newer version: 0.116.3
Show newest version
package io.github.humbleui.skija.skottie;

import org.jetbrains.annotations.*;

public enum LogLevel {
    WARNING,
    ERROR;

    @ApiStatus.Internal public static final LogLevel[] _values = values();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy