get Share Intents
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
share Uri
Uri that we want to share.
share Actions
Share actions that should be used.