marsrestclient ~master (2017-03-12T11:31:18Z)
Dub
Repo
ServiceActor
vksdk
client
actors
ServiceActor
Undocumented in source.
class
ServiceActor :
Actor
{
this
(int appId, string clientSecret, string accessToken);
int
getId
();
string
getClientSecret
();
string
getAccessToken
();
}
Constructors
this
this
(int appId, string clientSecret, string accessToken)
Undocumented in source.
Members
Functions
getAccessToken
string
getAccessToken
()
Undocumented in source. Be warned that the author may not have intended to support it.
getClientSecret
string
getClientSecret
()
Undocumented in source. Be warned that the author may not have intended to support it.
getId
int
getId
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Actor
getId
int
getId
()
Undocumented in source.
getAccessToken
string
getAccessToken
()
Undocumented in source.
Meta
Source
See Implementation
vksdk
client
actors
ServiceActor
modules
Actor
GroupActor
ServiceActor
UserActor