• English日本語한국어
  • 로그인지금 시작하기

이 한글 문서는 사용자의 편의를 위해 기계 번역되었습니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

removeAllAttributes(iOS SDK API)

통사론

removeAllAttributes();
NewRelic.removeAllAttributes()

세션에서 모든 속성을 제거합니다.

요구 사항

모든 에이전트 버전과 호환됩니다.

설명

세션에서 모든 속성을 제거합니다.

이 API를 사용하는 방법에 대한 컨텍스트는 사용자 정의 속성 및 이벤트 전송에 대한 문서를 참조하십시오.

반환 값

성공하면 true , 실패하면 false 를 반환합니다.

오브젝티브-C

방법:

+ (BOOL) removeAllAttributes();

예시:

BOOL attributesRemoved = NewRelic.removeAllAttributes();

빠른

방법:

NewRelic.removeAllAttributes() -> Bool

예시:

let attributesRemoved = NewRelic.removeAllAttributes()
Copyright © 2023 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.