debugShowFairBanner property

bool debugShowFairBanner
final

Turns on a little "Fair" banner in checked mode to indicate that the app is using Fair SDK. This is on by default (in checked mode), to turn it off, set the constructor argument to false. In release mode this has no effect.

Implementation

final bool debugShowFairBanner;