setIntConfig abstract method

void setIntConfig(
  1. int key,
  2. int configValue
)

Update configuration that accepts an int value. Would throw when the internal C call returns a non-zero value.

Implementation

void setIntConfig(int key, int configValue);