洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
902 B

7 months ago
  1. //
  2. // MPLogSetting.h
  3. // APRemoteLogging
  4. //
  5. // Created by tashigaofei on 15/3/16.
  6. // Copyright (c) 2015年 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NSString * MPLogGetUUID();
  10. NSString * MPLogGetUTDID();
  11. NSString * MPLogGetClientID();
  12. NSString * MPLogGetSystemType();
  13. NSString * MPLogGetSystemVersion();
  14. NSString * MPLogGetDeviceMode();
  15. NSString * MPLogGetUserID();
  16. NSString * MPLogGetPlatformID();
  17. NSString * MPLogGetConfigServerURL();
  18. NSString * MPLogGetLogServerURL();
  19. NSString * MPLogGetNetwork();
  20. NSString * MPLogGetLanguage();
  21. NSString * MPLogGetVoiceOver();
  22. NSString * MPLogGetCarrier();
  23. void MPLogSetClientVersion(NSString * clientVersion);
  24. void MPLogSetPlatformID(NSString * platformID);
  25. void MPLogSetConfigServerURL(NSString * url);
  26. void MPLogSetLogServerURL(NSString * url);
  27. void MPLogSetClientID(NSString * clientID);
  28. void MPLogSetLanguage(NSString * language);