package com.aheaditec.talsec.cordova.utils internal object ScreenCaptureStatus { const val ALLOWED: Int = 0 const val BLOCKED: Int = 1 }