Example #1
0
 /**
  * The isSupported property is set to true if the DRMManager class is supported on the current
  * platform, otherwise it is set to false.
  *
  * @return true, if is supported
  */
 public static boolean isSupported() {
   return NetFactory.INSTANCE.isDRMManagerSupported();
 }
Example #2
0
 /** Instantiates a new dRM manager. */
 private DRMManager() {
   jsObj = NetFactory.INSTANCE.getDRMManager();
 }