Class DefaultManagedConfigToJsonConverter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ConfigurationProviderError getLastError() Returns the last error (if any) that was encountered by ConvertManagedConfigToJson.
      JSONObject convertManagedConfigToJson(@Nullable() Bundle appRestrictions, @Nullable() List<RestrictionEntry> manifestRestrictions) Converts managed configuration data to json.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultManagedConfigToJsonConverter

        DefaultManagedConfigToJsonConverter()
    • Method Detail

      • convertManagedConfigToJson

        @Nullable() JSONObject convertManagedConfigToJson(@Nullable() Bundle appRestrictions, @Nullable() List<RestrictionEntry> manifestRestrictions)

        Converts managed configuration data to json.

        Parameters:
        appRestrictions - a Bundle representing managed configuration data that is to be converted to JSON.
        manifestRestrictions - a list of the application restriction (Managed Configuration) entries that are in the application manifest.