Flutter Engine
The Flutter Engine
|
#include <UploadTask.h>
Public Member Functions | |
virtual | ~ConditionalUploadContext () |
virtual bool | needsUpload (Context *)=0 |
virtual bool | uploadSubmitted () |
The ConditionalUploadContext, if set, is used to determine whether an upload needs to occur on Recording playback. Clients will need to create their own subclasses to store the necessary data and override the needsUpload() method to do this check.
Definition at line 37 of file UploadTask.h.
|
inlinevirtual |
Definition at line 39 of file UploadTask.h.
|
pure virtual |
Implemented in skgpu::graphite::ImageUploadContext.
|
inlinevirtual |
Reimplemented in skgpu::graphite::ImageUploadContext.
Definition at line 47 of file UploadTask.h.