Package 

Class PLYUserAttributeValue.BooleanArrayValue

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Boolean> value
    • Method Summary

      Modifier and Type Method Description
      final List<Boolean> getValue()
      <ERROR CLASS> value()
      • Methods inherited from class io.purchasely.storage.userData.PLYUserAttributeValue.BooleanArrayValue

        type
      • Methods inherited from class java.lang.Object

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

      • PLYUserAttributeValue.BooleanArrayValue

        PLYUserAttributeValue.BooleanArrayValue(List<Boolean> value)