4 protected string m_sAddress;
7 protected bool m_bIsURL;
12 override void HandlerAttached(Widget w)
14 super.HandlerAttached(w);
27 override void HandlerDeattached(Widget w)
29 super.HandlerDeattached(w);
33 override bool OnClick(Widget w,
int x,
int y,
int button)
39 protected void OnCommStatusCheckFinished(
SCR_ECommStatus status,
float responseTime,
float lastSuccessTime,
float lastFailTime)
48 PlatformService ps =
GetGame().GetPlatformService();
53 BackendApi backendAPI =
GetGame().GetBackendApi();
54 string url = backendAPI.GetLinkItem(m_sAddress);
57 ps.OpenBrowser(m_sAddress);