setContentAvailable method
Sets the aps.content-available field with a string value.
val: A string to be used for theaps.content-availablefield value, or nil to clear it.
Implementation
ApnsMpnBuilder setContentAvailable(String? val) {
_contentAvailable = val;
return this;
}