LiveCard.PublishMode

  • LiveCard.PublishMode is an enum that determines how a Live Card is presented to the user when published.

  • The REVEAL enum value takes the user directly to the card in the timeline upon publication.

  • The SILENT enum value adds the card to the timeline without any immediate user-visible effect.

Added in API level XE12
public static final enum

LiveCard.PublishMode

Determines the way the card is presented to the user when published.

Inherited Methods

Enum Values

Added in API level XE12

public static final LiveCard.PublishMode REVEAL

The user is taken to the card in the timeline.

Added in API level XE12

public static final LiveCard.PublishMode SILENT

The card is added to the timeline without any immediate, user-visible effect.