Notifications Receiver

The NotificationsReceiver class is useful to receive the ACTION_BOOT_COMPLETED action and then make the routine to check if there are any notifications to send to the user

Author

N7ghtm4r3 - Tecknobit

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
The NotificationsHelper class is useful to send the notifications to the user
Link copied to clipboard
The NotificationsWorker class is useful to execute the periodicRequest

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSentFromUid(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onReceive(context: Context, intent: Intent)
Link copied to clipboard
open fun peekService(myContext: Context, service: Intent): IBinder
Link copied to clipboard
Link copied to clipboard
fun setOrderedHint(isOrdered: Boolean)
Link copied to clipboard
fun setResult(code: Int, data: String, extras: Bundle)
Link copied to clipboard
fun setResultCode(code: Int)
Link copied to clipboard
fun setResultData(data: String)
Link copied to clipboard
fun setResultExtras(extras: Bundle)