public class Blacklist extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
add(String phone)
Add phone to the blacklist
|
String |
check(String phone)
Checking if phone is blacklisted
|
String |
delete(String phone)
Deleting phone from the blacklist
|
String |
index(String phone,
HashMap<String,String> params)
List of blacklist phones
|
public String add(String phone)
String - phonepublic String index(String phone, HashMap<String,String> params)
String - phonearray - paramspublic String check(String phone)
String - phoneCopyright © 2021. All rights reserved.