getLoggedInAccountName

fun getLoggedInAccountName(context: Context): String?

This function retrieves the logged in account's name

Return

Account name or null (if user is not logged in)

Parameters

context

: Context of the calling application