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

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

public setAndroidNotificationBarType ( $androidNotificationBarType )
    public function setAndroidNotificationBarType($androidNotificationBarType)
    {
        $this->androidNotificationBarType = $androidNotificationBarType;
        $this->queryParameters["AndroidNotificationBarType"] = $androidNotificationBarType;
    }