getUserData
fun getUserData(lifecycleOwner: LifecycleOwner, callback: VKIDGetUserCallback, params: VKIDGetUserParams = VKIDGetUserParams {})
Fetches up-to-data user data using token from previous auth.
Parameters
lifecycleOwner
The LifecycleOwner in which the user data refreshing should be handled.
callback
VKIDGetUserCallback to handle the result of the user data refreshing.
params
Optional parameters.
suspend fun getUserData(callback: VKIDGetUserCallback, params: VKIDGetUserParams = VKIDGetUserParams {})
Fetches up-to-data user data using token from previous auth.
Parameters
callback
VKIDGetUserCallback to handle the result of the user data refreshing.
params
Optional parameters.