Function get_localization_target_info

Source
pub async fn get_localization_target_info(
    only_local: bool,
    client_id: i32,
) -> Result<LocalizationTargetInfo, Error>
Expand description

Returns information about the current localization target. This is an offline request if only_local is true. Can be called before authorization

ยงArguments

  • only_local - Pass true to get only locally available information without sending network requests
  • client_id - The client id to send the request to