DefaultNotificationIntentBundleResolver

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getAcceptCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that can accept call from Stream Server.

Link copied to clipboard
open override fun getDefaultBundle(payload: Map<String, Any?>): Bundle
Link copied to clipboard
open override fun getEndCallPendingBundle(callId: StreamCallId, payload: Map<String, Any?>): Bundle

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.

Link copied to clipboard
open override fun getIncomingCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that can receive incoming calls from Stream Server.

Link copied to clipboard
open override fun getLiveCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
open override fun getMissedCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that can receive missed calls from Stream Server.

Link copied to clipboard
open override fun getNotificationCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
open override fun getOngoingCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Searches an activity that will accept the ACTION_ONGOING_CALL intent and jump right back into the call.

Link copied to clipboard
open override fun getOutgoingCallBundle(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): Bundle

Search for an activity that is used for outgoing calls. Calls are considered outgoing until the call is accepted.

Link copied to clipboard
open override fun getRejectCallBundle(callId: StreamCallId, payload: Map<String, Any?>): Bundle

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.