/// A message to be passed to a launched app, which can be retrieved with /// LaunchDetails.GetDeeplinkMessage() public void SetDeeplinkMessage(string value) { CAPI.ovr_ApplicationOptions_SetDeeplinkMessage(Handle, value); }