Emojis Test
This commit is contained in:
parent
5103e988cf
commit
50fa900a81
@ -62,7 +62,7 @@ fun sendNotification(onResult: (String) -> Unit) {
|
|||||||
|
|
||||||
val requestBody = RequestBody.create(
|
val requestBody = RequestBody.create(
|
||||||
"text/plain".toMediaType(), // Mengirim plain text
|
"text/plain".toMediaType(), // Mengirim plain text
|
||||||
"Notifikasi dari Kelompok 1 (Ariq, Dendi, Fazri)!" // Pesan yang akan tampil
|
"Notifikasi dari Kelompok 1 (Raihan, Dendi, Fazri)!" // Pesan yang akan tampil
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -75,7 +75,6 @@ fun sendNotification(onResult: (String) -> Unit) {
|
|||||||
.build()
|
.build()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Eksekusi request di thread terpisah
|
// Eksekusi request di thread terpisah
|
||||||
Thread {
|
Thread {
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user