toast

  1. E

    ToastNotification: Unable to handle Toast Activation (user interaction)

    Hello, i have problems handling/evaluating the user reaction (button pressed...) from a ToastNotification. Tried this code: ToastContentBuilder tcb = new ToastContentBuilder(); tcb.AddArgument("action", "viewConversation"); tcb.AddArgument("conversationId"...
Back
Top Bottom