getShareIntentsAsync

open fun getShareIntentsAsync(@NonNull context: Context, @NonNull shareUri: Uri, @NonNull shareAction: ShareAction): Observable<List<Intent>>

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

Return

Observable emitting list of sharing intents.

Parameters

context

Context to use.

shareUri

Uri that we want to share.

shareAction

Share actions that should be used.