Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
futurae-public
futurae-android-sdk
Commits
f8b5341a
Commit
f8b5341a
authored
Feb 11, 2019
by
Nikos Karapanos
Browse files
Fix typo in README.md
parent
00834f25
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f8b5341a
...
...
@@ -449,7 +449,7 @@ FuturaeClient.sharedClient().sessionInfoById(userId, sessionId, new FuturaeResul
});
// if you have a session Token
FuturaeClient
.
sharedClient
().
sessionInfoBy
Id
(
userId
,
sessionId
,
new
FuturaeResultCallback
<
SessionInfo
>()
{
FuturaeClient
.
sharedClient
().
sessionInfoBy
Token
(
userId
,
sessionId
,
new
FuturaeResultCallback
<
SessionInfo
>()
{
@Override
public
void
success
(
SessionInfo
sessionInfo
)
{
// Handle the session
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment