setTitleLocKey method
- String? val
 
Sets the aps.alert.title-loc-key field.
val: A string to be used for theaps.alert.title-loc-keyfield value, or nil to clear it.
Implementation
ApnsMpnBuilder setTitleLocKey(String? val) {
  _titleLocKey = val;
  return this;
}