다음을 통해 공유


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

속성 값

구현된 작업 유형입니다.

적용 대상