Flutter Engine
The Flutter Engine
|
#include <Skottie.h>
Public Types | |
enum class | Level { kWarning , kError } |
Public Member Functions | |
virtual void | log (Level, const char message[], const char *json=nullptr)=0 |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
A Logger subclass can be used to receive Animation::Builder parsing errors and warnings.
|
strong |
|
pure virtual |