Skip to content

Sms Intent

Roman Tcaregorodtcev edited this page Mar 30, 2018 · 1 revision

Activity Action: Send a message to someone specified by the data.

OmegaIntentBuilder.from(this)
                .sms("88000000008", "88888888888")
                .message("Great library")
                .createIntentHandler()
                .startActivity();