com.playfab.PlayFabLocalizationModels Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-sdk Show documentation
Show all versions of client-sdk Show documentation
PlayFab is the unified backend platform for games — everything you need to build and operate your game, all in one place, so you can focus on creating and delivering a great player experience.
package com.playfab;
import java.util.*;
import com.playfab.PlayFabUtil.*;
public class PlayFabLocalizationModels {
public static class GetLanguageListRequest {
}
public static class GetLanguageListResponse {
/** The list of allowed languages, in BCP47 two-letter format */
public ArrayList LanguageList;
}
}