STWCallForwardingSettingsProfile

open class STWCallForwardingSettingsProfile

Constructors

Link copied to clipboard
open fun STWCallForwardingSettingsProfile()

Types

Link copied to clipboard
enum REASON
- UNCONDITIONAL : This type of call forwards all your state calls automatically without disturbing the user.
Link copied to clipboard
enum STATUS
Link copied to clipboard
enum TYPE
The type of recipient of the forwarded call

Functions

Link copied to clipboard
open fun getNumber(): String
Link copied to clipboard
open fun getReason(): Int
Link copied to clipboard
open fun getStatus(): Int
Link copied to clipboard
open fun getType(): Int
Link copied to clipboard
open fun setNumber(@Nullable number: String)
Link copied to clipboard
open fun setReason(reason: Int)
Link copied to clipboard
open fun setReasonValue(@Nullable reason: String)
Link copied to clipboard
open fun setStatus(status: Int)
Link copied to clipboard
open fun setStatusValue(@NonNull status: String)
Link copied to clipboard
open fun setType(type: Int)
Link copied to clipboard
open fun setTypeValue(@Nullable type: String)
Link copied to clipboard
open fun toString(): String