TryGetLocalizationTargets
Declaration
public async void TryGetLocalizationTargets(string[] targetIdentifiers, Action<LocalizationTargetsResult> onTargetsReceived)
Parameters
| Name | Type | Summary |
|---|---|---|
| targetIdentifiers | string[] | Set of unique identifiers of the requested targets. |
| onTargetsReceived | Action<LocalizationTargetsResult> | Callback invoked when the requested LocalizationTargets are ready. |