Skip to content

//auth/com.petersamokhin.vksdk.android.auth.error

Package-level declarations

Types

Name Summary
VkAppMissingException [androidJvm]
class VkAppMissingException(val message: String? = null, val cause: Throwable? = null) : VkAuthException
Thrown if the official VK App is not installed
VkAuthCanceledException [androidJvm]
class VkAuthCanceledException(val message: String? = null, val cause: Throwable? = null) : VkAuthException
When user cancelled the auth process.
VkAuthException [androidJvm]
open class VkAuthException(val message: String? = null, val cause: Throwable? = null) : Exception
Base error