FLAG_SECURE constant Null safety

int const FLAG_SECURE

Window flag: treat the content of the window as secure, preventing it from appearing in screenshots or from being viewed on non-secure displays.

Implementation

static const int FLAG_SECURE = 0x00002000;