CardAction.Type プロパティ

定義

このボタンで実行されるアクションの種類を取得または設定します。 可能な値には、『openUrl』『imBack』『postBack』『playAudio』『playVideo』『showImage』『downloadFile』『signin』『call』『messageBack』などがあります。

public string Type { get; set; }
member this.Type : string with get, set
Public Property Type As String

プロパティ値

実施された行動の種類。

適用対象