setKeyword

open fun setKeyword(index: Int, value: String): Context.Metadata.Builder
Defines meta tag keywords, to be included in the page.
repeated string keyword = 3;

Return

This builder for chaining.

Parameters

index

The index to set the value at.

value

The keyword to set.