REASON

enum REASON

- UNCONDITIONAL : This type of call forwards all your state calls automatically without disturbing the user. Using UNCONDITIONAL call forward will override all the other states of call forward. - BUSY : This type of call forwards all calls that you decline to answer. - UNANSWERED : This type of call forwards all calls that you don’t answer. - UNREACHABLE : This type of call forwards all calls when there is no network connection.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
@get:NonNull
private open val name: String
Link copied to clipboard
private open val value: Int

Functions

Link copied to clipboard
open fun fromString(@NonNull name: String): STWCallForwardingSettingsProfile.REASON
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun valueOf(name: String): STWCallForwardingSettingsProfile.REASON
Link copied to clipboard
open fun values(): Array<STWCallForwardingSettingsProfile.REASON>