marsrestclient ~master (2017-03-12T11:31:18Z)
Dub
Repo
UserActor
vksdk
client
actors
UserActor
Undocumented in source.
class
UserActor :
Actor
{
this
(int userId, string accessToken);
int
getId
();
string
getAccessToken
();
}
Constructors
this
this
(int userId, 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.
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
UserActor
modules
Actor
GroupActor
ServiceActor
UserActor