sendViaLocalBroadcastManager

Send ResourcesHolder instance to another class via LocalBroadcastManager. Make sure that the BroadcastReceiver is registered with ACTION_SEND_RESOURCES_HOLDER action.

Parameters

key

key for the Intent

open fun sendViaLocalBroadcastManager(context: Context, key: String)