Push\Request\V20160801\PushRequest::setAndroidNotifyType PHP Метод

setAndroidNotifyType() публичный Метод

public setAndroidNotifyType ( $androidNotifyType )
    public function setAndroidNotifyType($androidNotifyType)
    {
        $this->androidNotifyType = $androidNotifyType;
        $this->queryParameters["AndroidNotifyType"] = $androidNotifyType;
    }