What is a Sticky Intent?

Asked 10-Jan-2018
Viewed 383 times

1 Answer


1

A sticky intent is also a type of intent which allows the user to send messages through activities or services. the sticky intent is used where we want to retain the value after it has been broadcasted by sendStrickeyBroadcast() method.

the value can be accessed by the value returned by registerReceiver(BroadcastReceiver, IntentFilter).