• /
  • ログイン
  • 無料アカウント

removeAllAttributes (iOS SDK API)

Syntax

removeAllAttributes();
NewRelic.removeAllAttributes()

Removes all attributes from the session.

Requirements

Compatible with all agent versions.

Description

Removes all attributes from the session.

For context on how to use this API, see the documentation about sending custom attributes and events to Insights for:

Return values

Returns true if it succeeds, or false if it doesn't.

Examples

Objective-C

Method:

+ (BOOL) removeAllAttributes();

Example:

BOOL attributesRemoved = NewRelic.removeAllAttributes();

Swift

Method:

NewRelic.removeAllAttributes() -> Bool

Example:

let attributesRemoved = NewRelic.removeAllAttributes()

その他のヘルプ

さらに支援が必要な場合は、これらのサポートと学習リソースを確認してください:

問題を作成するこのページを編集する
Copyright © 2020 New Relic Inc.