Connect IQ > APIメモ > Toybox > UserProfile

下位ページ

Contents

Module: Toybox::UserProfile

The UserProfile module will allow apps to access user information.
  • Since : 1.0.0
  • Requires Permission : UserProfile

Defined Under Namespace

  • Classes : Profile

Constant Summary

The GENDER enum specifies the gender of the user working out.
  • GENDER_FEMALE = 0 : Since : 1.0.0
  • GENDER_MALE = 1 : Since : 1.0.0

Instance Method Summary


   - (UserProfile.Profile) getProfile

   Use getProfile() to retrieve the current User Profile.

Instance Method Details
  • (UserProfile.Profile) getProfile

Use getProfile() to retrieve the current User Profile.

Returns:

   (UserProfile.Profile) —

   The Profile object for the user

Since:

   1.0.0
最終更新:2016年03月06日 23:32