showSuccess static method
显示全局操作成功提示
message 成功内容
用法示例
PPAlert.showSuccess("保存成功!");
Implementation
static void showSuccess(String message) {
EasyLoading.showSuccess(message);
}
显示全局操作成功提示
message 成功内容
PPAlert.showSuccess("保存成功!");
static void showSuccess(String message) {
EasyLoading.showSuccess(message);
}