Service Terms Agreement
Retrieve Service Terms Agreement Information
You can obtain the service terms agreement information using serviceTerms().
warning
This feature is only available for apps using Kakao Sync.
The response will be of type Promise<KakaoServiceTerms[]>.
The corresponding type is as follows:
export type KakaoServiceTerms = {
tag: string;
agreedAt?: number;
agreed: boolean;
required: boolean;
revocable: boolean;
};
Example
serviceTerms()