Skip to content

Instantly share code, notes, and snippets.

View umangmoe's full-sized avatar

Umang Chamaria umangmoe

View GitHub Profile
@umangmoe
umangmoe / CustomPushTest.kt
Created August 1, 2022 11:26
Test Custom Views for Push Notification
package com.moengage.sampleapp
import android.app.NotificationChannel
import android.app.NotificationManager
import android.content.Context
import android.os.Build
import android.widget.RemoteViews
import androidx.core.app.NotificationCompat
/**