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