Discusión general sobre Android Exclusivo para hablar de Android

Respuesta
 
Herramientas
  #1  
Viejo 01/02/21, 20:27:08
Array

[xs_avatar]
lhdezg91 lhdezg91 no está en línea
Usuario poco activo
 
Fecha de registro: ene 2019
Mensajes: 1
Modelo de smartphone: Alcatel A3 Plus
Tu operador: Otra
boton de accion en una notificacion en android studio kotlin

Hola amigos quiero que mi notificacion tenga un boton Actualizar que cuando lo oprima este ejecute un metodo y actualice el contenido de la notificacion, sale el boton pero cuando le doy no ejecuta nada, este es mi codigo, pero no entiendo como hacer que funcione
Código:
    val snoozeIntent = Intent(this, MainActivity::class.java).apply {
        action = "" //<- aqui es donde no se que poner para que me ejecute el metodo
        putExtra(EXTRA_NOTIFICATION_ID, 0)            
    }
    val snoozePendingIntent: PendingIntent =
        PendingIntent.getBroadcast(this, 0, snoozeIntent, 0)

    var builder = NotificationCompat.Builder(this, "default")
        .setSmallIcon(R.drawable.ic_notificacion)            
        .setOnlyAlertOnce(true)
        .setVisibility(NotificationCompat.VISIBILITY_SECRET)
        .setOngoing(true)
        .setColor(resources.getColor(R.color.colorAccent))
        .setStyle(
            NotificationCompat.BigTextStyle()
                .bigText(TEXT)
        )
        .addAction(R.drawable.ic_notificacion, "Actualizar",
            snoozePendingIntent)
        .setPriority(NotificationCompat.PRIORITY_DEFAULT)
        .setContentIntent(pendingIntent)
        .setAutoCancel(true)
Responder Con Cita


Respuesta

Estás aquí
Regresar   Portal | Indice > Todo sobre Android > Discusión general sobre Android



Hora actual: 17:28:54 (GMT +2)



User Alert System provided by Advanced User Tagging (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Contactar por correo / Contact by mail / 邮件联系 /