Speedify SDK for Android  14.6.1
SDK Strings

Several dialogs or notifications are provided by the SDK for various errors or alerts. The strings used in these are customizable by overriding the following resource strings.

  • General OK button
    • SPEEDIFY_OK - "OK"
  • Android Q background VPN dialog notifications
    • SPEEDIFY_Q_VPN_BACKGROUND_TITLE - "Accept Connection Request"
    • SPEEDIFY_Q_VPN_BACKGROUND_TEXT - "In order to connect to the VPN, you must accept the Android Connection Request."
  • Default service notification
    • States
      • SPEEDIFY_NOTIFICATION_STATE_DISCONNECTED - "Disconnected"
      • SPEEDIFY_NOTIFICATION_STATE_CONNECTED - "Connected"
      • SPEEDIFY_NOTIFICATION_STATE_CONNECTED_SERVER - "Connected (%1$s)"
      • SPEEDIFY_NOTIFICATION_STATE_CONNECTING - "Connecting…"
      • SPEEDIFY_NOTIFICATION_STATE_OVERLIMIT - "OVERLIMIT - Preventing Internet Use"
      • SPEEDIFY_NOTIFICATION_STATE_KILLSWITCH - "Killswitch Active - No Internet"
    • Actions
      • SPEEDIFY_NOTIFICATION_BUTTON_CONNECT - "Connect"
      • SPEEDIFY_NOTIFICATION_BUTTON_DISCONNECT - "Disconnect"
      • SPEEDIFY_NOTIFICATION_BUTTON_EXIT - "Exit"
      • SPEEDIFY_NOTIFICATION_BUTTON_KILLSWITCH_OFF - "Turn Off Killswitch"
  • VPN not able to be started
    • SPEEDIFY_ERROR_VPN_START_TITLE - "Alert"
    • SPEEDIFY_ERROR_VPN_START_TEXT - "Not able to start the VPN on your device"
  • VPN interface creation error
    • SPEEDIFY_VPN_INTERFACE_ERROR - "Failed to create interface"
  • Interrupted by another VPN
    • SPEEDIFY_ERROR_VPN_REVOKED_TITLE - "VPN was Interrupted"
    • SPEEDIFY_ERROR_VPN_REVOKED_TEXT - "Another VPN interrupted us."
  • Chooser dialog on log generations
    • SPEEDIFY_SHARE_CHOOSER_TITLE - "Send Log Files…"
  • Default log filename
    • SPEEDIFY_LOGS_FILENAME - "SupportLogs.zip"
  • Default log email fields
    • SPEEDIFY_LOGS_EMAIL_ADDRESS - ""
    • SPEEDIFY_LOGS_EMAIL_SUBJECT - "Log Files"
    • SPEEDIFY_LOGS_EMAIL_BODY - "Enter details about the problem you are having here…"
  • Network Sharing New Peer Notification
    • SPEEDIFY_NOTIFICATION_CONNECTED_PEERS - one:"Sharing (%2$s) with %1$d paired device" / other:"Sharing (%2$s) with %1$d paired devices"