ORABaseDataContainer Class Reference

Inherits from NSObject
Declared in ORABaseDataContainer.h

Overview

  • ORABaseDataContainer is the central abstract class. Its central purpose is to save and retrieve any kind of string values with a unique key which is ORAConfigSetting class instance. Since its an abstract class, we can't use it without subclassing. So to use the methods mentioned in the class, we need to subclass it and override getModuleId method.
  • In the implementation of getModuleId method, just return the module id which is provided via documentation. Please note, this class should not be manually initialized.