is Check Black List Offline Operation Enabled
abstract suspend fun isCheckBlackListOfflineOperationEnabled(): Result<SdkSuccessAnswer.IsCheckBlackListOfflineOperationEnabled>
Gets the current status of black list checking offline operations.
Return
Result which can be a Result.Success containing SdkSuccessAnswer.IsCheckBlackListOfflineOperationEnabled with the current status if successful, or a Result.Error if the operation fails.