getShareIntents

open fun getShareIntents(@NonNull context: Context, @NonNull shareUri: Uri, @NonNull shareActions: Array<ShareAction>): List<Intent>

Generates list of sharing intents for all apps supporting given ShareAction.

Note: this call may block for a while and should not be invoked on the main thread.

Parameters

shareUri

Uri that we want to share.

shareActions

Share actions that should be used.