-
- All Implemented Interfaces:
public interface GetAssetsCallback
Callback for to listen assets
-
-
Method Summary
Modifier and Type Method Description abstract void
onAssetsRetrieved(List<IdentifierPair> identifierPairs)
Invoked when assets are retrieved -
-
Method Detail
-
onAssetsRetrieved
abstract void onAssetsRetrieved(List<IdentifierPair> identifierPairs)
Invoked when assets are retrieved
- Parameters:
identifierPairs
- list of IdentifierPair for retrieved assets
-
-
-
-