Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 592 Bytes

ShowNotificationEffectProps.md

File metadata and controls

21 lines (14 loc) · 592 Bytes

TalonOne::ShowNotificationEffectProps

Properties

Name Type Description Notes
notification_type String The type of notification that should be shown (e.g. error/warning/info).
title String Title of the notification.
body String Body of the notification.

Code Sample

require 'TalonOne'

instance = TalonOne::ShowNotificationEffectProps.new(notification_type: null,
                                 title: null,
                                 body: null)