Interface MetaDataExtender


public interface MetaDataExtender
Interface that can be used to extend the meta data received from Adobe Campaign.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Extends the meta data from Adobe Campaign.
  • Method Details

    • extend

      void extend(JSONObject root) throws JSONException
      Extends the meta data from Adobe Campaign.
      Parameters:
      root - The root of the Campaign meta data that can be extended
      Throws:
      JSONException - if the JSON could not be processed