ActionManager

open class ActionManager : ActionManagerBase

Author

Umang Chamaria

Functions

isPhoneNumberValid
Link copied to clipboard
open fun isPhoneNumberValid(phoneNumber: String): Boolean
onActionPerformed
Link copied to clipboard
open fun onActionPerformed(context: Activity, inAppView: View, action: Action, campaignPayload: CampaignPayload)
triggerCallIntent
Link copied to clipboard
open fun triggerCallIntent(context: Context, phoneNumber: String)
triggerShareIntent
Link copied to clipboard
open fun triggerShareIntent(context: Context, content: String)