Class Application.MobileSdkErrorCategory

java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.Application.MobileSdkErrorCategory
All Implemented Interfaces:
Serializable
Enclosing class:
Application

See Also:
  • Constructor Details

  • Method Details

    • getRecoveryOptions

      Returns:
      The vector of user facing labels for recovery options.
    • addRecoveryOption

      public boolean addRecoveryOption(String recoveryOption)
    • removeRecoveryOption

      public boolean removeRecoveryOption(String recoveryOption)
    • getName

      public String getName()
      The name for the category.
      Returns:
      The name for the category.
    • setName

      public void setName(String name)
      The name for the category.
    • getRecoveryMessage

      The user facing message that can be shown before attempting recovery.
      Returns:
      The user facing message that can be shown before attempting recovery.
    • setRecoveryMessage

      public void setRecoveryMessage(String recoveryMessage)
      The user facing message that can be shown before attempting recovery.