AuthorizationResponse

class AuthorizationResponse(val granted: Boolean) : Communication.V1.In

Class to build a message to grant / deny an authorization

Constructors

Link copied to clipboard
fun AuthorizationResponse(granted: Boolean)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun toMessage(): Message

Convert the object to the corresponding android.os.Message instance.

Properties

Link copied to clipboard
val granted: Boolean

true to grant the authorization, false otherwise

Link copied to clipboard
val id: Int