isBeaconServiceAllowed

fun isBeaconServiceAllowed(context: Context): Boolean

Call this method to check whether the BeaconService feature is allowed or not.

Return

Boolean true if the BeaconService feature is allowed

Parameters

context
    Context The application context.