Skip to content

Profile

howardfuntek edited this page Feb 7, 2019 · 1 revision

Tasks

  • IMFetchMyProfileTask
IMFetchMyProfileTask().perform()
.done { user in
                
}
  • IMUpdateMyProfileTask
IMUpdateMyProfileTask().perform(nickname: String?, avatarURL: URL?, description: String?)
.done { user in
                
}
Parameter Type Required/Optional Default Value Description
nickname String? Optional nil
avatarURL URL? Optional nil
description String? Optional nil

Clone this wiki locally