You are here

public function Response::getApkPackageName in reCAPTCHA 7.2

Same name and namespace in other branches
  1. 8.2 recaptcha-php/src/ReCaptcha/Response.php \ReCaptcha\Response::getApkPackageName()

Get APK package name

Return value

string

1 call to Response::getApkPackageName()
Response::toArray in recaptcha-php/src/ReCaptcha/Response.php

File

recaptcha-php/src/ReCaptcha/Response.php, line 174

Class

Response
The response returned from the service.

Namespace

ReCaptcha

Code

public function getApkPackageName() {
  return $this->apkPackageName;
}