NotificationIntentBundleResolver

Functions

Link copied to clipboard
abstract 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
abstract fun getDefaultBundle(payload: Map<String, Any?>): Bundle
Link copied to clipboard
abstract 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
abstract 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
abstract 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
abstract 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
abstract 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
abstract 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
abstract 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
abstract 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.