API/Autodoc/Files/ERuStorePayUserAuthorizationStatus.gd.en.md


Source code

# @brief User authorization status.
class_name ERuStorePayUserAuthorizationStatus

# @brief Available values.
enum Item {
    # @brief User is authorized in RuStore or via VK ID on the payment sheet.
    AUTHORIZED,
    
    #   This value will also be returned if the user does not have the RuStore app installed on the device.
    UNAUTHORIZED
}
Назад