addComponentBasedLoginMessage
boolean addComponentBasedLoginMessage(String messageId,
String messageTitle,
String componentURL,
boolean isPopup,
int componentWidth,
int componentHeight)
Creates a message that is represented by a component. The component is responsible for displaying the message.
- Parameters:
messageId - - The message Id
messageTitle - - The message title
componentURL - - PCD path for the message component
isPopup - - Determines whether the message will be displayed as part of login messages (false) or as an exclusive modal pop-up (true)
componentWidth - - The component Width
componentHeight - - The component Height
- Returns:
- true if the message was created and added successfully and false otherwise