본문으로 건너뛰기
버전: SDK-5.11.7

UpdateCountryCode

public BackendReturnObject UpdateCountryCode(CountryCode code);

파라미터

ValueTypeDescription
codeCountryCode뒤끝에서 제공하는 국가 코드

설명

유저의 국가 코드를 등록합니다.

정보

CountryCode에 대한 정보는 이곳을 참고해 주세요.

Example

동기

Backend.BMember.UpdateCountryCode(CountryCode.SouthKorea);

비동기

Backend.BMember.UpdateCountryCode(CountryCode.SouthKorea, callback =>
{
// 이후 처리
});

SendQueue

SendQueue.Enqueue(Backend.BMember.UpdateCountryCode, CountryCode.SouthKorea, callback =>
{
// 이후 처리
});

ReturnCase

Success cases

등록에 성공한 경우
statusCode : 204
message : Success