Nativescript UI Material Components
    Preparing search index...
    interface MDCAlertControlerOptions {
        buttonFont?: Font;
        buttonInkColor?: Color;
        buttonTitleColor?: Color;
        closeCallback?: Function;
        context?: any;
        cornerRadius?: number;
        customTitleView?: View;
        dismissOnBackgroundTap?: boolean;
        elevation?: number;
        iosForceClosePresentedViewController?: boolean;
        messageColor?: Color;
        messageFont?: Font;
        scrimColor?: Color;
        shouldResolveOnAction?: (result: any) => boolean;
        titleAlignment?: string;
        titleColor?: Color;
        titleFont?: Font;
        titleIcon?: ImageSource;
        titleIconTintColor?: Color;
        view?: string | ViewBase;
    }
    Index

    Properties

    buttonFont?: Font
    buttonInkColor?: Color
    buttonTitleColor?: Color
    closeCallback?: Function
    context?: any
    cornerRadius?: number
    customTitleView?: View
    dismissOnBackgroundTap?: boolean
    elevation?: number
    iosForceClosePresentedViewController?: boolean
    messageColor?: Color
    messageFont?: Font
    scrimColor?: Color
    shouldResolveOnAction?: (result: any) => boolean
    titleAlignment?: string
    titleColor?: Color
    titleFont?: Font
    titleIcon?: ImageSource
    titleIconTintColor?: Color
    view?: string | ViewBase