onProfile

abstract fun onProfile(result: ResultAPI, profileList: ArrayList<SocialHive.ProfileHive>?)

Hive 유저의 프로필 / 친구 목록 결과 통지
Returns Hive Profile / Friend Information

Parameters

result

API call result

profileList

Hive user's profile list.

(If you ask for your profile, one result is returned, and if you ask for friends list, a list of friends is returned.)