Unity AdsのClass Advertisement.Bannerの説明で
Hide(Boolean)の項目は
Allows you to hide a banner ad, instead of destroying it altogether.
Declaration
public static void Hide(bool destroy = false)

となってます。
使い方は Advertisement.Banner.Hide(); だと思いますけど、
この説目の中にある

public static void Hide(bool destroy = false)のbool destroyが意味が分かりません。
bool destroyなんて全然出てこないと思うのですがどういうことなんでしょうか