Skip to content

Explicitly define "sent" and "delivered" broadcasts

Compare
Choose a tag to compare
@klinker24 klinker24 released this 14 Jun 21:06
· 69 commits to master since this release

You can now use the following methods to explicitly set up the "sent" and "delivered" broadcasts for SMS/MMS, instead of relying on the AndroidManifest entries:

Transaction#setExplicitBroadcastForSentSms(Intent)
Transaction#setExplicitBroadcastForSentMms(Intent)
Transaction#setExplicitBroadcastForDeliveredSms(Intent)