AudioRecordingScreenAppearance
@objc(LwayveAudioRecordingScreenAppearance)
public class AudioRecordingScreenAppearance : NSObject
Undocumented
-
Undocumented
See moreDeclaration
Swift
public enum Background -
Undocumented
Declaration
Swift
public let background: Background -
Undocumented
Declaration
Swift
public let statusTextColor: UIColor -
Undocumented
Declaration
Swift
public let tryAgainButtonColor: UIColor -
Undocumented
Declaration
Swift
public let tryAgainButtonBackgroundColor: UIColor -
Undocumented
Declaration
Swift
public let sendButtonColor: UIColor -
Undocumented
Declaration
Swift
public let sendButtonBackgroundColor: UIColor -
Undocumented
Declaration
Swift
public let playButtonColor: UIColor -
Undocumented
Declaration
Swift
public let closeButtonColor: UIColor -
Undocumented
Declaration
Swift
public let topTextColor: UIColor -
init(backgroundColor:statusTextColor:tryAgainButtonColor:tryAgainButtonBackgroundColor:sendButtonColor:sendButtonBackgroundColor:playButtonColor:closeButtonColor:topTextColor:)If you pass
nilto a parameter, then the default value will be applied.Declaration
Swift
@objc public convenience init(backgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultBackgroundColor, statusTextColor: UIColor? = AudioRecordingScreenAppearance.defaultStatusTextColor, tryAgainButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, tryAgainButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, sendButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, sendButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, playButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, closeButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, topTextColor: UIColor? = AudioRecordingScreenAppearance.defaultTopTextColor) -
init(backgroundImage:backgroundImageContentMode:statusTextColor:tryAgainButtonColor:tryAgainButtonBackgroundColor:sendButtonColor:sendButtonBackgroundColor:playButtonColor:closeButtonColor:topTextColor:)If you pass
nilto a parameter, then the default value will be applied.Declaration
Swift
@objc public convenience init(backgroundImage: UIImage, backgroundImageContentMode: UIViewContentMode, statusTextColor: UIColor? = AudioRecordingScreenAppearance.defaultStatusTextColor, tryAgainButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, tryAgainButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, sendButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, sendButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, playButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, closeButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, topTextColor: UIColor? = AudioRecordingScreenAppearance.defaultTopTextColor) -
init(background:statusTextColor:tryAgainButtonColor:tryAgainButtonBackgroundColor:sendButtonColor:sendButtonBackgroundColor:playButtonColor:closeButtonColor:topTextColor:)If you pass
nilto a parameter, then the default value will be applied.Declaration
Swift
public init(background: Background, statusTextColor: UIColor? = AudioRecordingScreenAppearance.defaultStatusTextColor, tryAgainButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, tryAgainButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, sendButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, sendButtonBackgroundColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsBackgroundColor, playButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, closeButtonColor: UIColor? = AudioRecordingScreenAppearance.defaultButtonsColor, topTextColor: UIColor? = AudioRecordingScreenAppearance.defaultTopTextColor) -
Undocumented
Declaration
Swift
public static let defaultBackgroundColor: UIColor -
Undocumented
Declaration
Swift
public static let defaultStatusTextColor: UIColor -
Undocumented
Declaration
Swift
public static let defaultButtonsColor: UIColor -
Undocumented
Declaration
Swift
public static let defaultButtonsBackgroundColor: UIColor -
Undocumented
Declaration
Swift
public static let defaultTopTextColor: UIColor
View on GitHub
AudioRecordingScreenAppearance Class Reference