C# 클래스 SensorbergSDK.BeaconAction

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Equals bool

공개 메소드들

메소드 설명
BeaconAction ( ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
LaunchWebBrowserAsync ( ) : Task

Tries to launch the web browser with the URL of this beacon action. Note that the type of this action must be VisitWebsite or no browser is launched.

ToMessageDialog ( ) : MessageDialog

Creates a message dialog based on the data of this beacon action. Note that no commands is added to the created dialog.

ToString ( ) : string

Converts this instance to a string.

Validate ( ) : bool

Validates the received action. Requirements for each action type: - URL message: Mandatory: subject, body, URL - Visit website: Optional: subject, body. Mandatory URL - In-app: Optional: subject, body. Mandatory: URL.

operator ( ) : bool

비공개 메소드들

메소드 설명
Equals ( BeaconAction other ) : bool

메소드 상세

BeaconAction() 공개 메소드

public BeaconAction ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LaunchWebBrowserAsync() 공개 메소드

Tries to launch the web browser with the URL of this beacon action. Note that the type of this action must be VisitWebsite or no browser is launched.
public LaunchWebBrowserAsync ( ) : Task
리턴 Task

ToMessageDialog() 공개 메소드

Creates a message dialog based on the data of this beacon action. Note that no commands is added to the created dialog.
public ToMessageDialog ( ) : MessageDialog
리턴 Windows.UI.Popups.MessageDialog

ToString() 공개 메소드

Converts this instance to a string.
public ToString ( ) : string
리턴 string

Validate() 공개 메소드

Validates the received action. Requirements for each action type: - URL message: Mandatory: subject, body, URL - Visit website: Optional: subject, body. Mandatory URL - In-app: Optional: subject, body. Mandatory: URL.
public Validate ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool