library / org.akop.kotx.ext.app / android.content.Context / broadcastLocal

broadcastLocal

fun Context.broadcastLocal(action: String, block: Intent.() -> Unit = {}): Unit

Sends a local broadcast by creating a new Intent with specified action, calling optional block with the instance before calling LocalBroadcastManager.sendBroadcast.

fun Context.broadcastLocal(intent: Intent): Unit

Sends a local broadcast by calling LocalBroadcastManager.sendBroadcast with specified intent.