Object, Class
Type | Name | Description |
Object |
Netfunnel |
It is responsible for the skeleton of the NetFUNNEL feature's behavior and uses its Object's functions to execute NetFUNNEL actions. |
abstract Class |
AgentInterface |
This is an abstraction class provided as an interface for defining functionality for NetFUNNEL responses. You must create a corresponding object and pass it as an argument when executing a NetFUNNEL behavior. |
Class |
EUMInterceptClass |
When using Okhttp communication, you can utilize the Intercept feature to intercept the class and monitor the time spent on network communication. |
Function
Parent : NetFUNNEL
function | Description | Argument | Type |
Argument Description |
Required |
InitNetfunnel |
This function receives initialization data for NetFUNNEL function operation and reads NetFUNNEL setting values. ※ The detailed arguments can be used by copying the values from the Agent tab of the Console page. |
appName |
String |
The user's unique AppName to distinguish between apps |
O |
NFStart |
NetFUNNEL function to start the basic control. |
projectKey |
String |
Project Key |
O |
NFStop |
NetFUNNEL function to retrieve the key. |
projectKey |
String |
Project Key |
O |
NFStartSection |
NetFUNNEL function to start the path control. |
projectKey |
String |
Project Key |
O |
NFStopSection |
NetFUNNEL function to quit the path control and retrived the key. |
projectKey |
String |
Project Key |
O |
setActivity |
Activity change feature |
Activity |
Activity |
Activity to create a Waiting/Blocking room |
O |
InitEum |
To use End User Monitoring feature, initialize the Eum. |
eumURL |
String |
EUM server address (Same as the Netfunnel server address) |
O |
EUMBegin |
Available to set the start point of the path for using End User Monitoring feature. |
URL |
String |
EUM interval measurements are managed on a per-domain basis and displayed in the UI on a per-domain basis. |
O |
EUMCollectYN |
Available to deactivate the EUM collection. |
bool |
Boolean |
EUM collection is enabled by default when calling InitEum. You can disable EUM collection by changing its value to false. |
O |
Parent : AgentInterface
function | Description | Argument | Type |
Argument Description |
필수 여부 |
onSuccess | Called when NetFUNNEL responds successfully. | O | |||
onCancel | Called when visitor requests to cancel Waiting/Blocking | O | |||
onNetworkDisconnect | Called when a request to the NetFunnel server fails, but the reason is that the device's network is blocked. |
O | |||
onKeyError | Called when a request is made with a key that has already expired, does not exist, or is invalid. | O | |||
onBlock | Called when the project access mode is set to Disabled in the Admin Console. | O | |||
onIpblock | Called if blocked by the macro blocking feature due to frequent requests from the admin console. | O | |||
nfLog | Send logs through the function so that you can understand the internal behavior of the library as you test your own application. | _message | String | Library Activity log | O |
Parent : Activity
function | Description | Argument | Type |
Argument Description |
Required |
Activity | Activity to create a Waiting/Blocking room | O | |||
Activity | Activity is required to collect some of the device's information in the EUM collection data. If it has no value, no device information is collected. | X |
Parent : callback
function | Description | Argument | Type |
Argument Description |
Required |
AgentInterface | Interfaces whose behavior is defined by NetFUNNEL control responses. | O |
Parent : segmentKey
function | Description | Argument | Type |
Argument Description |
Required |
String | Segment Key | O |
Parent : settingURL
function | Description | Argument | Type |
Argument Description |
Required |
String | Address of the NetFUNNEL behavior settings file | O |
Parent : tenantAPIURL
function | Description | Argument | Type |
Argument Description |
Required |
String | API server address | O |
Parent : tenantNFURL
function | Description | Argument | Type |
Argument Description |
Required |
String | NetFUNNEL server address | O |
Parent : timeout
function | Description | Argument | Type |
Argument Description |
Required |
Long | NetFUNNEL behavior network timeout settings | O |
Comments
0 comments
Article is closed for comments.