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