Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Передача настроек при инициализции сессии #38

Closed
alevinru opened this issue Mar 18, 2013 · 1 comment

Comments

@alevinru
Copy link
Collaborator

  • (void)startSessionForUID:(NSString *)uid AuthDelegate:(id )authDelegate syncServer:(NSString *)syncServer;
  • (void)startSessionForUID:(NSString *)uid AuthDelegate:(id )authDelegate settings:(NSDictionary *) settings;
@gogbajbobo
Copy link
Owner

Done.

Теперь сессию можно запускать вот так:
NSDictionary *startSettings = [NSDictionary dictionaryWithObjectsAndKeys:[NSNumber numberWithDouble:120.0], @"timeFilter", nil]; [[STGTSessionManager sharedManager] startSessionForUID:@"1" AuthDelegate:[STGTAuthBasic sharedOAuth] settings:startSettings];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants