Using SGSDK call function like Signup, Login etc. Some function have return value. After received result client have to handle by each code.
void Signup()Description
void Login()Description
void ForgetPassword()Description
void ChangePassword()Description
UIParentalLock.Visible = true;Description
SGTextConst.Language
before open UI. Default language is follow mobile device language setting. SGNetwork.OnKidChange
.SGNetwork.Get.IsChinaVersion = SGSDK.Instance.IsChinaVersion;
UIUserCenter.Visible = true;Description
string OpenIDDescription
string SessionIDDescription
string TokenDescription
int KidIndexDescription
login
, signup
, selectKid
, myKid
,
and loginByToken
.
string KidFaceDescription
bool IsLoginDescription
String ChannelIDDescription
void ShowWidget(EWidgetLocation location)Description
Enum : EWidgetLocation
Case | Description |
---|---|
TopLeft | Top left of the screen |
Top | Top of the screen |
TopRight | Top right of the screen |
Left | Left side of the screen |
Right | Right side of the screen |
BottomLeft | Bottom left of the screen |
Bottom | Bottom of the screen |
BottomRight | Bottom right of the screen |
void HideWidget()Description
bool WidgetVisibleDescription
void Logout()Description