Class Inx_Api_TriggerMail_BuildMode

Description

The

  1. BuildMode
determines how a mailing is built by the TriggerMailingRenderer.

The

  1. BuildMode
determines how a mailing is built by the TriggerMailingRenderer.

  • author: chge, 02.08.2012
  • deprecated: As of 1.11.10, Inx_Api_TriggerMail_TriggerMailingRenderer has been replaced with Inx_Api_Rendering_GeneralMailingRenderer

Located in /Api/TriggerMail/BuildMode.php (line 14)


	
			
Method Summary
static void ALTERNATIVEVIEW_ACTIVE ()
static void ALTERNATIVEVIEW_INACTIVE ()
static void ARCHIVE ()
static the byId (id $iMode)
static void NEWSLETTER_SIMPLE_LINKS ()
static void NORMAL ()
static void PREVIEW ()
static void UNKNOWN ()
static void values ()
the getId ()
Methods
static method ALTERNATIVEVIEW_ACTIVE (line 29)

Mode for alternative view: All links are fully functional. image resources on the Inxmail server.

Mode for alternative view: All links are fully functional. Embedded images are replaced with http references to image resources on the Inxmail server.

  • access: public
static void ALTERNATIVEVIEW_ACTIVE ()
static method ALTERNATIVEVIEW_ACTIVE_SIMPLE_LINKS (line 70)

Mode for alternative view: All links are fully functional but converted to simple links. replaced with http references to image resources on the Inxmail server.

Mode for alternative view: All links are fully functional but converted to simple links. Embedded images are replaced with http references to image resources on the Inxmail server.

  • access: public
static void ALTERNATIVEVIEW_ACTIVE_SIMPLE_LINKS ()
static method ALTERNATIVEVIEW_INACTIVE (line 39)

Mode for alternative view. trigger any event or generate any click. the Inxmail server.

Mode for alternative view. Standard links are fully functional, tracking links are functional but will not trigger any event or generate any click. Embedded images are replaced with http references to image resources on the Inxmail server.

  • access: public
static void ALTERNATIVEVIEW_INACTIVE ()
static method ARCHIVE (line 61)

Mode for archive view. any event or generate any click, unsubscription links will redirect but not unsubscribe anybody. are replaced with http references to image resources on the Inxmail server. return true while building the mailing.

Mode for archive view. Standard links are fully functional, tracking links are functional but will not trigger any event or generate any click, unsubscription links will redirect but not unsubscribe anybody. Embedded images are replaced with http references to image resources on the Inxmail server. The function InInboxView() will return true while building the mailing.

  • access: public
static void ARCHIVE ()
static method byId (line 116)

Returns the

  1. BuildMode
corresponding to the given ID. build mode will be returned.

Returns the

  1. BuildMode
corresponding to the given ID. If the ID is unknown, the
  1. UKNOWN
build mode will be returned. The ID is used for transmission purposes and should not be used inside client code.

  • return:
    1. BuildMode
    corresponding to the given ID.
  • access: public
static the byId (id $iMode)
  • id $iMode: the ID of the
    1. BuildMode
    to retrieve.
static method NEWSLETTER_SIMPLE_LINKS (line 79)

All links are fully functional but converted to simple links. to image resources on the Inxmail server.

All links are fully functional but converted to simple links. Embedded images are replaced with http references to image resources on the Inxmail server. The function InInboxView() returns true for this call.

  • access: public
static void NEWSLETTER_SIMPLE_LINKS ()
static method NORMAL (line 20)

Mode for generating a normal trigger mailing, ready to be sent.

Mode for generating a normal trigger mailing, ready to be sent.

  • access: public
static void NORMAL ()
static method PREVIEW (line 50)

Mode for mail preview. any event or generate any click, unsubscription links will redirect but not unsubscribe anybody. are replaced with http references to image resources on the Inxmail server. return true while building the mailing.

Mode for mail preview. Standard links are fully functional, tracking links are functional but will not trigger any event or generate any click, unsubscription links will redirect but not unsubscribe anybody. Embedded images are replaced with http references to image resources on the Inxmail server. The function InInboxView() will return true while building the mailing.

  • access: public
static void PREVIEW ()
static method UNKNOWN (line 87)

Constant for an unknown build mode.

Constant for an unknown build mode. This mode indicates a version mismatch between API and server.

  • access: public
static void UNKNOWN ()
static method values (line 129)
  • access: public
static void values ()
getId (line 104)

Returns the ID of the

  1. BuildMode
. inside client code.

Returns the ID of the

  1. BuildMode
. The ID is used for transmission purposes and should not be used inside client code.

  • return: ID of the
    1. BuildMode
    .
  • access: public
the getId ()

Documentation generated on Thu, 17 Sep 2015 14:27:22 +0200 by phpDocumentor 1.3.2