Osztály TPushClient
Egység
Deklaráció
type TPushClient = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPushClient
Áttekintés
Metódusok
![]() |
function Create: TPushClient; |
![]() |
function Connect(AServer: string; APort: LongInt): TPushClient; |
![]() |
function Join(AUserName: string): TPushClient; |
![]() |
function Subscribe(AChannel: string): TPushClient; |
![]() |
function Unsubscribe(AChannel: string): TPushClient; |
![]() |
function Broadcast(AMessage: string): TPushClient; |
![]() |
function SendToUser(AUser: string; AMessage: string): TPushClient; |
![]() |
function SendToChannel(AChannel: string; AMessage: string): TPushClient; |
Tulajdonságok
![]() |
property Joined: Boolean; |
![]() |
property OnChannelMessage: TPushClientChannelMessageHandler; |
![]() |
property OnUserMessage: TPushClientUserMessageHandler; |
![]() |
property OnBroadcastMessage: TPushClientBroadcastMessageHandler; |
Megjegyzés
Metódusok
![]() |
function Create: TPushClient; |
|
This item has no description. | |
![]() |
function Connect(AServer: string; APort: LongInt): TPushClient; |
|
This item has no description. | |
![]() |
function Join(AUserName: string): TPushClient; |
|
This item has no description. | |
![]() |
function Subscribe(AChannel: string): TPushClient; |
|
This item has no description. | |
![]() |
function Unsubscribe(AChannel: string): TPushClient; |
|
This item has no description. | |
![]() |
function Broadcast(AMessage: string): TPushClient; |
|
This item has no description. | |
![]() |
function SendToUser(AUser: string; AMessage: string): TPushClient; |
|
This item has no description. | |
![]() |
function SendToChannel(AChannel: string; AMessage: string): TPushClient; |
|
This item has no description. | |
Tulajdonságok
![]() |
property Joined: Boolean; |
|
This item has no description. | |
![]() |
property OnChannelMessage: TPushClientChannelMessageHandler; |
|
This item has no description. | |
![]() |
property OnUserMessage: TPushClientUserMessageHandler; |
|
This item has no description. | |
![]() |
property OnBroadcastMessage: TPushClientBroadcastMessageHandler; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
