Interface ContentCallback<C extends AssetObject>


public interface ContentCallback<C extends AssetObject>
Callback interface to be implemented by the app to handle the callback when an SDK operation completes. For use in the method ContentRequest.fetchAsync(ContentCallback)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implement to handle the response to the SDK call.
  • Method Details