public static interface RequestKey.Callback
RequestKey.FileDescriptorFactory
asynchronously.Modifier and Type | Method and Description |
---|---|
void |
fileDescriptorFactoryCreated(RequestKey key,
RequestKey.FileDescriptorFactory factory)
Notifies that the
RequestKey.FileDescriptorFactory has been created. |
void fileDescriptorFactoryCreated(RequestKey key, RequestKey.FileDescriptorFactory factory)
RequestKey.FileDescriptorFactory
has been created. This must be called on
the UI thread.key
- The key that the FileDescriptorFactory was created for. The callback should
check that the key has not changed.factory
- The FileDescriptorFactory to decode from. Pass null to cancel decode.